From df970e8b79faa7b2a9fd5f5e6540828b0ebecc17 Mon Sep 17 00:00:00 2001 From: Lars Vilhuber Date: Sun, 30 Jun 2024 13:58:12 -0400 Subject: [PATCH] Addressing automation errors --- .github/workflows/main.yml | 5 ++++- _config.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46dbde5..818dbc2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ on: # This job installs dependencies, builds the book, and pushes it to `gh-pages` jobs: deploy-book: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 @@ -37,6 +37,9 @@ jobs: # Let's do the Quarto - name: Set up Quarto uses: quarto-dev/quarto-actions/setup@v2 + - name: Install R dependencies + run: | + Rscript presentation/libraries.R - name: Render Quarto Project # uses: quarto-dev/quarto-actions/render@v2 # with: diff --git a/_config.yml b/_config.yml index 18ca5a0..debe590 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ title: Self-checking replication packages author: Lars Vilhuber logo: assets/ssde-logo.jpeg copyright: "2023" -exclude_patterns : ["*venv*",".git*",".devcontainer"] +exclude_patterns : ["*venv*",".git*",".devcontainer","presentation"] # Force re-execution of notebooks on each build. # See https://jupyterbook.org/content/execute.html