Skip to content

Commit eb1c0ce

Browse files
authored
fix: documentation output folder
1 parent 92fe1cc commit eb1c0ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
with:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
BRANCH: gh-pages # The branch the action should deploy to.
39-
FOLDER: ./docs/build # The folder the action should deploy.
39+
FOLDER: ./build # The folder the action should deploy.
4040
CLEAN: true # Automatically remove deleted files from the deploy branch

0 commit comments

Comments
 (0)