Skip to content

Commit

Permalink
Fix doc deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Aug 23, 2024
1 parent 36714a6 commit e5e61b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1.10'
- run: julia --project=./docs -e 'using Pkg; Pkg.instantiate()'
- uses: julia-actions/julia-docdeploy@releases/v1
with:
install-package: false
env:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e5e61b1

Please sign in to comment.