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.