From da297fcc9cfa65ca02ab7e5cbdcc2cbe3e850be2 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Tue, 5 Nov 2024 16:17:12 -0500 Subject: [PATCH] fix upload path --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de98688..e8b0c04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,9 @@ -name: Index and build site +name: Generate Statusboard on: push: + branches: + - main workflow_dispatch: permissions: @@ -46,7 +48,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: './github-pages' + path: './gh-pages' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 \ No newline at end of file