Use working directory without cd command

This commit is contained in:
FoxxMD 2023-07-13 15:58:12 -04:00
parent 1de934e30a
commit 2ddeca7d29

View file

@ -18,9 +18,6 @@ jobs:
node-version: 18
cache: npm
- name: Move into docsite dir
working-directory: ./docsite
run: cd docsite
- name: Install dependencies
run: npm ci
working-directory: ./docsite