Skip to content

Commit fb0fae5

Browse files
committed
refactor: scripts
1 parent 72e95a8 commit fb0fae5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
check-latest: true
2020
- name: 'Installing requirements'
2121
run: |
22-
rm -f README.md
23-
mv content/* .
24-
mv etc/* .
2522
npm install -g gitbook-cli
2623
cd ~/.gitbook/versions/3.2.3 && npm i npm@5
2724
cd ${{ github.workspace }}
2825
- name: 'Generating distributable files'
2926
run: |
27+
rm -f README.md
28+
mv content/* .
29+
mv etc/* .
3030
go run fix-webbook.go -type=pre
3131
gitbook install
3232
gitbook build

0 commit comments

Comments
 (0)