Skip to content

Commit 2a253ed

Browse files
committed
Run command from the right directory
1 parent 03c1e57 commit 2a253ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ jobs:
4141
USE_SSH: true
4242
GIT_USER: git
4343
run: |
44+
cd website
4445
yarn install
45-
npx docusaurus deploy
46+
yarn deploy

0 commit comments

Comments
 (0)