From d9f26ce1a4a6d9ff1b5bc1147bd5a3788b6e4e2e Mon Sep 17 00:00:00 2001 From: MAGIC Date: Tue, 20 Apr 2021 21:51:22 +0200 Subject: [PATCH] Use site as folder --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index bd8ef6850..075c81c07 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,4 +21,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.1 with: branch: gh-pages # The branch the action should deploy to. - folder: docs # The folder the action should deploy. + folder: site # The folder the action should deploy.