We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7ee44 commit 3a52ed9Copy full SHA for 3a52ed9
.github/workflows/build-website.yml
@@ -0,0 +1,24 @@
1
+on:
2
+ push:
3
+ branches: main
4
+
5
+name: build-deploy
6
7
+jobs:
8
+ build-deploy:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Check out repository
12
+ uses: actions/checkout@v2
13
14
+ - name: Set up Quarto
15
+ uses: quarto-dev/quarto-actions/setup@v2
16
+ with:
17
+ tinytex: false
18
19
+ - name: Publish to Netlify (and render)
20
+ uses: quarto-dev/quarto-actions/publish@v2
21
22
+ target: netlify
23
+ NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
24
.github/workflows/quarto-publish-example.yml
_publish.yml
@@ -0,0 +1,4 @@
+- source: project
+ netlify:
+ - id: "fda68cda-daa0-4804-a892-0576ba723a66"
+ url: "https://coding-cafe-sdca-au.netlify.app"
0 commit comments