Skip to content

Commit 737bdb3

Browse files
committed
👷 Set up CI/CD
1 parent b0e9091 commit 737bdb3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+28
-18560
lines changed

.github/workflows/publish.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
on:
2+
workflow_dispatch:
3+
push:
4+
branches: main
5+
6+
name: Quarto Publish
7+
8+
jobs:
9+
build-deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Check out repository
13+
uses: actions/checkout@v4
14+
15+
- name: Set up Quarto
16+
uses: quarto-dev/quarto-actions/setup@v2
17+
18+
- name: Render and Publish
19+
uses: quarto-dev/quarto-actions/publish@v2
20+
with:
21+
target: netlify
22+
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
.quarto
77

88
/.quarto/
9+
/_site/

_book/code-style.html

Lines changed: 0 additions & 748 deletions
This file was deleted.

_book/coding-community.html

Lines changed: 0 additions & 757 deletions
This file was deleted.

_book/communication.html

Lines changed: 0 additions & 755 deletions
This file was deleted.

_book/consultancy.html

Lines changed: 0 additions & 749 deletions
This file was deleted.

_book/data-wrangling.html

Lines changed: 0 additions & 755 deletions
This file was deleted.

_book/everything-else.html

Lines changed: 0 additions & 769 deletions
This file was deleted.

_book/favicon.ico

-15 KB
Binary file not shown.

_book/flower.jpg

-3.36 MB
Binary file not shown.

0 commit comments

Comments
 (0)