We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7358daa commit 143e2c7Copy full SHA for 143e2c7
.github/workflows/preview-documentation.yml
@@ -26,7 +26,7 @@ jobs:
26
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
27
run: julia --project=docs/ docs/make.jl push_preview=true
28
29
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
30
if: steps.deploy.outcome == 'success'
31
with:
32
github-token: ${{secrets.GITHUB_TOKEN}}
0 commit comments