Skip to content

Commit 4cf809e

Browse files
committed
fix yaml
1 parent e83e2c1 commit 4cf809e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ jobs:
3030
with:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
BRANCH: gh-pages # The branch the action should deploy to.
33-
FOLDER: build/site # The folder the action should deploy.
34-
working-directory: docs
33+
FOLDER: docs/build/site # The folder the action should deploy.

0 commit comments

Comments
 (0)