We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83e2c1 commit 4cf809eCopy full SHA for 4cf809e
.github/workflows/main.yml
@@ -30,5 +30,4 @@ jobs:
30
with:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
BRANCH: gh-pages # The branch the action should deploy to.
33
- FOLDER: build/site # The folder the action should deploy.
34
- working-directory: docs
+ FOLDER: docs/build/site # The folder the action should deploy.
0 commit comments