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 2f592b6 commit a5cbf06Copy full SHA for a5cbf06
.github/workflows/publish.yml
@@ -47,8 +47,9 @@ jobs:
47
- name: Quarto Publish
48
if: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
49
uses: quarto-dev/quarto-actions/publish@v2
50
+ env:
51
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
with:
53
render: 'false' # rendered in the previous step already
54
target: gh-pages
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
+
0 commit comments