Skip to content

Commit 4a91452

Browse files
authored
fix publish.yml
1 parent a5e62e4 commit 4a91452

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
permissions:
2525
actions: write # needed to allow julia-actions/cache to delete old caches that it has created
2626
contents: write # needed for Quarto render
27-
pages: write # needed for deployment to GitHub Pages
28-
id-token: write # needed for deployment to GitHub Pages
29-
statuses: write # needed for deployment to GitHub Pages
3027
if: ${{ !github.event.pull_request.draft }}
3128
steps:
3229
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)