Skip to content

Commit 6634b45

Browse files
authored
Update regenerate.yml
1 parent f7145b8 commit 6634b45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/regenerate.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
node-version: 12
1818
- run: sudo npm install -g gitbook-cli
1919
- run: gitbook install
20-
- run: gitbook build
20+
- run: |
21+
gitbook build
22+
rm -rf gitbook styles
23+
mv _book/* .
2124
- uses: stefanzweifel/[email protected]
2225
with:
2326
commit_message: Regenerate GitBook (${{ github.sha }})

0 commit comments

Comments
 (0)