mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-29 11:56:04 +08:00
Another try at building docs
This commit is contained in:
parent
39c420b73b
commit
90e8793b1b
1 changed files with 1 additions and 3 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -36,9 +36,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Build website
|
||||
run: npm run build
|
||||
- name: Move build folder
|
||||
run: mv build _site
|
||||
run: npm run build && mv build _site
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue