Skip to content

Commit 374b4b0

Browse files
committed
add cmd to enter the right working directory
1 parent cc29c91 commit 374b4b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
node-version: '12.x'
1818
- name: Test Build
1919
run: |
20+
cd documentation
2021
if [ -e yarn.lock ]; then
2122
yarn install --frozen-lockfile
2223
elif [ -e package-lock.json ]; then
@@ -54,6 +55,7 @@ jobs:
5455
run: |
5556
git config --global user.email "[email protected]"
5657
git config --global user.name "gh-actions"
58+
cd documentation
5759
if [ -e yarn.lock ]; then
5860
yarn install --frozen-lockfile
5961
elif [ -e package-lock.json ]; then

0 commit comments

Comments
 (0)