We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d25024 commit b3232b1Copy full SHA for b3232b1
1 file changed
.github/workflows/render-quarto-slides.yml
@@ -31,3 +31,12 @@ jobs:
31
with:
32
name: rendered-quarto-slides
33
path: _output
34
+ - name: Publish on GitHub pages
35
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
36
+ uses: peaceiris/actions-gh-pages@v4
37
+ with:
38
+ github_token: ${{ secrets.GITHUB_TOKEN }}
39
+ publish_dir: _output
40
+ publish_branch: gh-pages
41
+ user_name: "github-actions[bot]"
42
+ user_email: "github-actions[bot]@users.noreply.github.com"
0 commit comments