Skip to content

Commit 186eb11

Browse files
committed
Fix
1 parent d9d6489 commit 186eb11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/linkcheck.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
- name: Checkout Code
1616
uses: actions/checkout@v4
1717

18-
- name: Generate docs
19-
run: make build-docs
18+
- name: Build + Pack
19+
run: |
20+
sudo chown -R testbot .
21+
sudo -u testbot bash -lc 'make build pack'
2022
2123
- name: Test HTML
2224
# https://github.com/wjdp/htmltest-action/

0 commit comments

Comments
 (0)