From 36940e1eef3aeca4aecd89b27c82820e1f66cb1f Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Wed, 13 May 2020 19:39:12 +0800 Subject: [PATCH] Revert "(ci): deploy docs to docs branch" This reverts commit 176aac67e613fe1117eb040fde576ffcd7f3713f. --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1f0414b..6cde62f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,5 +29,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@releases/v3 with: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} - BRANCH: docs # The branch the action should deploy to. + BRANCH: gh-pages # The branch the action should deploy to. FOLDER: doc/org-roam # The folder the action should deploy.