diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 9c2f8d2..834aff2 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -2,7 +2,7 @@ name: Deploy Documentation on: push: - branches: [ main ] + branches: [ document ] paths: - 'apps/docs/**' workflow_dispatch: @@ -72,4 +72,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4