From cc5d9d2d51c4c37a0785689ccef0d6d4bcab83d2 Mon Sep 17 00:00:00 2001 From: lucaslah <47047328+Lucaslah@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:37:06 +1300 Subject: [PATCH] [skip ci] auto deploy website on push --- .github/workflows/website.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 5b3a902..42ce1ed 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -2,6 +2,9 @@ name: Deploy Website on: workflow_dispatch: + push: + branches: + - gh-pages permissions: contents: read @@ -35,4 +38,4 @@ jobs: path: './dist' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4