Skip to content

Commit

Permalink
Trying to do online build again
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Jul 1, 2024
1 parent 3a61887 commit ec2fc91
Showing 1 changed file with 17 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: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.4.0'

# - name: Install R Dependencies
# uses: r-lib/actions/setup-renv@v2
# with:
# cache-version: 1
- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
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: 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

0 comments on commit ec2fc91

Please sign in to comment.