Skip to content

Commit

Permalink
Update deploy_api_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-fiorito-11 committed Jul 7, 2023
1 parent b0fac61 commit 2fe433e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_api_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
with:
# The branch, tag or SHA to checkout. When checking out the repository that
# triggered a workflow, this defaults to the reference or SHA for that event.
# Otherwise, defaults to `master`.
ref: 'v1.0'
- uses: actions/setup-python@v3
with:
python-version: "3.x"
Expand Down

0 comments on commit 2fe433e

Please sign in to comment.