diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 9ae4a87..6304b7b 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -19,6 +19,8 @@ jobs: # needed to allow julia-actions/cache to proactively delete old caches that it has created actions: write contents: write + # needed to allow the workflow to create a status with a link to the docs preview + statuses: write steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1