From ee38206dbbaa6f65ed27a858cabe030c011528d2 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Wed, 24 Jul 2024 22:23:45 +0800 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index e0f213e8..f2c9e97c 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,3 +1,6 @@ +# Simple workflow for deploying static content to GitHub Pages +name: Deploy static content to Pages + on: # Runs on pushes targeting the default branch push: @@ -33,13 +36,8 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - # Upload only the 'plugins' directory - path: 'plugins' - name: 'plugins' - + # Upload entire repository + path: '.' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 - with: - # Path within the artifact to deploy - path: 'plugins'