Skip to content

Commit

Permalink
Cd (#115)
Browse files Browse the repository at this point in the history
* refactor: rmv CallCurator

* set up continuous deployment

* Update .github/workflows/cd.yml

* add checkout
  • Loading branch information
bendichter authored Feb 20, 2024
1 parent e098ebf commit e3ec440
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
permissions:
id-token: write
steps:
- name: Check out repository
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit e3ec440

Please sign in to comment.