diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c72017..2df73bb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: {} push: branches: - - main + - documentation jobs: deploy: runs-on: ubuntu-latest @@ -33,4 +33,4 @@ jobs: path: .vitepress/dist - name: Deploy id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1