mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-26 17:42:33 +02:00
chore: change working dir
This commit is contained in:
@@ -20,14 +20,11 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
cache: npm
|
||||
|
||||
- name: Change dir
|
||||
run: cd docs
|
||||
- name: list files in dir
|
||||
run: ls
|
||||
- name: Install dependencies
|
||||
working-directory: ./docs
|
||||
run: npm ci
|
||||
- name: Build website
|
||||
working-directory: ./docs
|
||||
run: npm run build
|
||||
|
||||
# Popular action to deploy to GitHub Pages:
|
||||
|
||||
Reference in New Issue
Block a user