We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a85bef commit d8ed2c4Copy full SHA for d8ed2c4
.github/workflows/publish.yml
@@ -8,17 +8,18 @@ name: Quarto Publish
8
jobs:
9
build-deploy:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
steps:
14
- name: Check out repository
- uses: actions/checkout@v4
15
+ uses: actions/checkout@v4
16
17
- name: Set up Quarto
18
uses: quarto-dev/quarto-actions/setup@v2
- with:
- version: pre-release
19
-
20
- - name: Render and Publish
+
+ - name: Render and Publish
21
uses: quarto-dev/quarto-actions/publish@v2
22
with:
23
target: gh-pages
24
- QUARTO_PUB_AUTH_TOKEN: ${{ secrets.QUARTO_PUB_AUTH_TOKEN }}
+ env:
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments