Skip to content

Commit 869545e

Browse files
committed
install httpserver
1 parent 7a28721 commit 869545e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,9 @@ jobs:
8585
curl https://github.com/filiph/linkcheck/releases/download/v2.0.12/linkcheck-linux-x64.exe -O ./linkcheck
8686
chmod +x ./linkcheck
8787
88-
- run: ./linkcheck
88+
- name: Install httpserver
89+
run: volta install http-server
90+
- name: Run linkcheck
91+
run: |-
92+
http-server public/ &
93+
./linkcheck

0 commit comments

Comments
 (0)