We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662793a commit d5f8f89Copy full SHA for d5f8f89
.github/workflows/quarto-publish.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Publish to GitHub Pages (and render)
21
uses: quarto-dev/quarto-actions/publish@v2
22
with:
23
- target: main
+ target: gh-pages
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions
0 commit comments