We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae8aae commit 3acd344Copy full SHA for 3acd344
.github/workflows/build.yml
@@ -1,6 +1,8 @@
1
name: build
2
3
on:
4
+ schedule:
5
+ - cron: '0 0 * * 0'
6
workflow_dispatch:
7
push:
8
branches: main
@@ -18,8 +20,14 @@ jobs:
18
20
uses: quarto-dev/quarto-actions/setup@v2
19
21
with:
22
tinytex: true
- version: pre-release
23
24
+ - name: register tinytex globally for diagram.lua
25
+ run: |
26
+ mkdir -p ~/.local/bin
27
+ ~/.TinyTeX/bin/x86_64-linux/tlmgr option sys_bin ~/.local/bin
28
+ ~/.TinyTeX/bin/x86_64-linux/tlmgr path add
29
+ ~/.TinyTeX/bin/x86_64-linux/tlmgr install libertinus-fonts
30
+
31
- name: Install Computo extension for Quarto
32
run: |
33
quarto add --no-prompt computorg/computo-quarto-extension
0 commit comments