From f187be9b5521f200bef596e2c4f7c22070a539e2 Mon Sep 17 00:00:00 2001 From: Collin Buchkamer Date: Thu, 16 Nov 2023 18:15:33 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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