Skip to content

Commit 3a52ed9

Browse files
committed
updated website to Netlify
1 parent 7d7ee44 commit 3a52ed9

File tree

3 files changed

+28
-33
lines changed

3 files changed

+28
-33
lines changed

.github/workflows/build-website.yml

+24
Original file line numberDiff line numberDiff line change
@@ -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+
with:
22+
target: netlify
23+
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
24+

.github/workflows/quarto-publish-example.yml

-33
This file was deleted.

_publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- source: project
2+
netlify:
3+
- id: "fda68cda-daa0-4804-a892-0576ba723a66"
4+
url: "https://coding-cafe-sdca-au.netlify.app"

0 commit comments

Comments
 (0)