Skip to content

Commit

Permalink
Skipping automation for now, which is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Jun 30, 2024
1 parent 72ef1a7 commit 9155e73
Show file tree
Hide file tree
Showing 210 changed files with 41,165 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@ jobs:
run: |
jupyter-book build .
# Let's do the Quarto
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.2'

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1
# - name: Set up Quarto
# uses: quarto-dev/quarto-actions/setup@v2
# - name: Install R
# uses: r-lib/actions/setup-r@v2
# with:
# r-version: '4.3.2'

- name: Render Quarto Project
# uses: quarto-dev/quarto-actions/render@v2
# - name: Install R Dependencies
# uses: r-lib/actions/setup-renv@v2
# with:
# path: ./presentation
run: |
cd presentation
quarto render index.Rmd
# cache-version: 1

# - name: Render Quarto Project
# # uses: quarto-dev/quarto-actions/render@v2
# # with:
# # path: ./presentation
# run: |
# cd presentation
# quarto render index.Rmd
- name: Move outputs around
run: |
mkdir _build/html/presentation
Expand Down
1,219 changes: 1,219 additions & 0 deletions presentation/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 9155e73

Please sign in to comment.