We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e62e4 commit 4a91452Copy full SHA for 4a91452
.github/workflows/publish.yml
@@ -24,9 +24,6 @@ jobs:
24
permissions:
25
actions: write # needed to allow julia-actions/cache to delete old caches that it has created
26
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
30
if: ${{ !github.event.pull_request.draft }}
31
steps:
32
- uses: actions/checkout@v4
0 commit comments