chore: change working dir

This commit is contained in:
nxglabs
2023-12-18 20:49:35 +05:30
parent 7e1d0f8a49
commit 8caa0275ab
+2 -5
View File
@@ -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: