We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sources
1 parent 0c6ec87 commit 7ff3003Copy full SHA for 7ff3003
3 files changed
.github/workflows/Documenter.yml
@@ -15,11 +15,9 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: julia-actions/setup-julia@latest
17
with:
18
- version: "1.9.3"
+ version: "1"
19
- uses: julia-actions/cache@v2
20
- uses: julia-actions/julia-buildpkg@latest
21
- - name: Instantiate generator
22
- run: "julia --project=generator -e 'using Pkg; Pkg.instantiate()'"
23
- uses: julia-actions/julia-docdeploy@latest
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
0 commit comments