Skip to content

Commit 7a9ca24

Browse files
committed
ci: fix github pages build
1 parent 8d91b1d commit 7a9ca24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: echo "~/.local/bin" >> $GITHUB_PATH
2222
- name: Build HTML
2323
run: |
24-
make -j2 html
24+
SVDTOOLS=svd make -j2 html
2525
- name: Publish to GitHub Pages
2626
uses: peaceiris/actions-gh-pages@v3
2727
with:

0 commit comments

Comments
 (0)