From c6177437bdac274fff975757cb04a0896015cb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Tue, 8 Dec 2020 16:32:02 +0100 Subject: [PATCH] Fix doc deployment action --- .github/workflows/doc_generation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc_generation.yml b/.github/workflows/doc_generation.yml index 829ee7f3da..d83ab09e5f 100644 --- a/.github/workflows/doc_generation.yml +++ b/.github/workflows/doc_generation.yml @@ -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