We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c404887 commit c617743Copy full SHA for c617743
.github/workflows/doc_generation.yml
@@ -42,5 +42,5 @@ jobs:
42
with:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
BRANCH: gh-pages # The branch the action should deploy to.
45
- FOLDER: website/build # The folder the action should deploy.
+ FOLDER: website/build/graphqlite # The folder the action should deploy.
46
CLEAN: true # Automatically remove deleted files from the deploy branch
0 commit comments