Skip to content

Commit

Permalink
update build action to fix tlmgr bug + cron
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed May 17, 2024
1 parent 5ae8aae commit 3acd344
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: build

on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
push:
branches: main
Expand All @@ -18,8 +20,14 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true
version: pre-release

- name: register tinytex globally for diagram.lua
run: |
mkdir -p ~/.local/bin
~/.TinyTeX/bin/x86_64-linux/tlmgr option sys_bin ~/.local/bin
~/.TinyTeX/bin/x86_64-linux/tlmgr path add
~/.TinyTeX/bin/x86_64-linux/tlmgr install libertinus-fonts
- name: Install Computo extension for Quarto
run: |
quarto add --no-prompt computorg/computo-quarto-extension
Expand Down

0 comments on commit 3acd344

Please sign in to comment.