Skip to content

Commit 924261e

Browse files
committed
Getting ready for deployment
1 parent 23fe6f3 commit 924261e

Some content is hidden

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

42 files changed

+13
-7279
lines changed

.github/workflows/website.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,14 @@ jobs:
4242
run: |
4343
quarto render .
4444
45+
- name: Upload website
46+
uses: actions/upload-pages-artifact@v3
47+
with:
48+
path: docs
49+
50+
deploy:
51+
runs-on: ubuntu-latest
52+
needs: build
53+
steps:
54+
- name: Deploy website
55+
uses: actions/deploy-pages@v3

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
.Rproj.user
44

55
/.quarto/
6+
docs/
7+
_freeze/
-7.66 MB
Binary file not shown.

docs/classic.html

-726
This file was deleted.

docs/contents.html

-873
This file was deleted.

docs/getstarted.html

-952
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)