Skip to content

Commit

Permalink
[CI] Fix version of julia-actions/julia-docdeploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jan 14, 2024
1 parent 279d0d1 commit e278397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
Pkg.Registry.update()
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
- uses: julia-actions/julia-docdeploy@releases/v1
- uses: julia-actions/julia-docdeploy@v1
env:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit e278397

Please sign in to comment.