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 Nov 15, 2024
1 parent 46678bf commit 2adc415
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Documentation
on:
push:
paths:
- '.github/workflows/documentation.yml'
- 'Project.toml'
- 'docs/**'
- 'src/**'
Expand All @@ -11,6 +12,7 @@ on:
tags: '*'
pull_request:
paths:
- '.github/workflows/documentation.yml'
- 'Project.toml'
- 'docs/**'
- 'src/**'
Expand All @@ -24,6 +26,6 @@ jobs:
- uses: julia-actions/cache@v2
with:
cache-name: "docs"
- uses: julia-actions/julia-docdeploy@releases/v1
- uses: julia-actions/julia-docdeploy@v1
env:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 2adc415

Please sign in to comment.