Skip to content

Commit f7131ca

Browse files
committed
workflow——1
1 parent 5b494ee commit f7131ca

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/hugo.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,6 @@ jobs:
4646
- name: Install Node.js dependencies
4747
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
4848

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-
6149
- name: Build with Hugo
6250
env:
6351
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache

0 commit comments

Comments
 (0)