Skip to content

Commit

Permalink
Fix doc deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Dec 8, 2020
1 parent c404887 commit c617743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: website/build # The folder the action should deploy.
FOLDER: website/build/graphqlite # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch

0 comments on commit c617743

Please sign in to comment.