Skip to content

Commit

Permalink
fix docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nrummel committed Feb 7, 2025
1 parent 53bd9ea commit b9d4eb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: "1"
- run: |
julia --project=docs -e '
using Pkg
Expand All @@ -32,3 +32,4 @@ jobs:
-run: julia --project=docs -e docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit b9d4eb3

Please sign in to comment.