We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16a046 commit 55470aeCopy full SHA for 55470ae
.github/workflows/blogdown.yaml
.github/workflows/quarto-render.yaml
@@ -0,0 +1,27 @@
1
+on:
2
+ workflow_dispatch:
3
+ push:
4
+ branches: [main, master]
5
+ pull_request:
6
7
+
8
+name: Quarto Render and Publish
9
10
+jobs:
11
+ build-deploy:
12
+ runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: write
15
+ steps:
16
+ - name: Check out repository
17
+ uses: actions/checkout@v4
18
19
+ - name: Set up Quarto
20
+ uses: quarto-dev/quarto-actions/setup@v2
21
22
+ - name: Render and Publish
23
+ uses: quarto-dev/quarto-actions/publish@v2
24
+ with:
25
+ target: gh-pages
26
+ env:
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.nojekyll
0 commit comments