Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Documenter workflow #4

Merged
merged 10 commits into from
Mar 11, 2024
5 changes: 4 additions & 1 deletion .github/workflows/Documenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
docs:
name: Build
# These permissions are needed to:
# - Run `deploydocs`: https://github.com/JuliaDocs/Documenter.jl/pull/2478
# - Delete old caches: https://github.com/julia-actions/cache#usage
permissions:
actions: write
contents: read
contents: write
pull-requests: read
statuses: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
Loading