Skip to content

Commit

Permalink
updating action
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed May 16, 2024
1 parent 2708263 commit 77c5f2a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: build
on:
schedule:
- cron: '0 0 * * 0'
push:
branches:
- master
- main

env: # Change this if needed
quarto_file: published-202312-cleynen-local
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

jobs:
Expand All @@ -17,7 +14,7 @@ jobs:

steps:
- name: Checking out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install system dependencies
run: sudo apt-get install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev
Expand All @@ -26,12 +23,12 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true
version: pre-release

- name: Install Computo extension for Quarto
run: |
quarto add --no-prompt computorg/computo-quarto-extension
~/.TinyTeX/bin/x86_64-linux/tlmgr install libertinus-fonts
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 77c5f2a

Please sign in to comment.