diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6cde62f..1f0414b 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: gh-pages # The branch the action should deploy to. + BRANCH: docs # The branch the action should deploy to. FOLDER: doc/org-roam # The folder the action should deploy.