From 697cb6f05a1d33fa0c6d9bc7c0446072f171d548 Mon Sep 17 00:00:00 2001 From: 0xpapercut <152877567+0xpapercut@users.noreply.github.com> Date: Sun, 21 Jan 2024 23:32:11 +0100 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index a5e4452..5c28d09 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -2,9 +2,9 @@ name: Deploy static content to Pages on: - # Run on dist branch + # Runs on pushes targeting the default branch push: - branches: ["dist"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: '.' + path: './test/dist' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4