changing working directories
This commit is contained in:
parent
3829f119e6
commit
b52ca7d6c1
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -34,17 +34,16 @@ jobs:
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Change Working Directory to Js
|
||||
run: cd www
|
||||
|
||||
- name: Install Node Modules
|
||||
run: npm ci
|
||||
working-directory: ./www
|
||||
|
||||
- name: Build Js
|
||||
run: npm run build --if-present
|
||||
working-directory: ./www
|
||||
|
||||
- name: Deploy To Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./dist
|
||||
publish_dir: ./www/dist
|
||||
|
Loading…
Reference in New Issue
Block a user