mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-29 11:56:04 +08:00
Tries to set working directory
This commit is contained in:
parent
efe9b52093
commit
0c420c57ce
1 changed files with 4 additions and 3 deletions
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
|
@ -22,6 +22,9 @@ jobs:
|
|||
build:
|
||||
name: Build for GitHub Pages
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./docs
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Pages
|
||||
|
@ -30,12 +33,10 @@ jobs:
|
|||
with:
|
||||
node-version: 18
|
||||
cache: npm
|
||||
- name: Open docs folder
|
||||
run: cd docs && ls
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Build website
|
||||
run: ls && npm run build
|
||||
run: npm run build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue