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 9db71f3 commit f02d63cCopy full SHA for f02d63c
.github/workflows/render-and-publish.yml
@@ -46,10 +46,10 @@ jobs:
46
with:
47
tinytex: true
48
49
- - name: Quarto render the site
50
- run: cd site && quarto render
51
-
52
- - name: Quarto publish the site
53
- run: cd site && quarto publish gh-pages
+ - name: Render and Publish
+ uses: quarto-dev/quarto-actions/publish@v2
+ with:
+ target: gh-pages
+ path: site
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments