Skip to content

Commit a5cbf06

Browse files
authored
try to fix publish.yml
1 parent 2f592b6 commit a5cbf06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
- name: Quarto Publish
4848
if: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
4949
uses: quarto-dev/quarto-actions/publish@v2
50+
env:
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5052
with:
5153
render: 'false' # rendered in the previous step already
5254
target: gh-pages
53-
env:
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+

0 commit comments

Comments
 (0)