Skip to content

Commit

Permalink
make sure we deploy AFTER the build
Browse files Browse the repository at this point in the history
  • Loading branch information
malihass committed Jan 3, 2025
1 parent ffef5d9 commit 3892e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
make html
deploy_docs:
needs: build_docs
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3892e9d

Please sign in to comment.