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 5b494ee commit f7131caCopy full SHA for f7131ca
.github/workflows/hugo.yml
@@ -46,18 +46,6 @@ jobs:
46
- name: Install Node.js dependencies
47
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
48
49
- # -------------------------------
50
- # ✅ Add Typst build here
51
52
- - name: Install Typst
53
- uses: typst-community/setup-typst@v3
54
-
55
- - name: Build Typst notes
56
- run: |
57
- mkdir -p static/notes
58
- typst html notes/main.typ --output static/notes/index.html
59
60
61
- name: Build with Hugo
62
env:
63
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
0 commit comments