Skip to content

Commit c617743

Browse files
committed
Fix doc deployment action
1 parent c404887 commit c617743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc_generation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
with:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
BRANCH: gh-pages # The branch the action should deploy to.
45-
FOLDER: website/build # The folder the action should deploy.
45+
FOLDER: website/build/graphqlite # The folder the action should deploy.
4646
CLEAN: true # Automatically remove deleted files from the deploy branch

0 commit comments

Comments
 (0)