From 02ce6d92395c4b93187199b48933f6903efe75eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Tue, 14 Feb 2023 10:55:03 +0000 Subject: [PATCH] Update github-page-deploy.yml --- .github/workflows/github-page-deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/github-page-deploy.yml b/.github/workflows/github-page-deploy.yml index 492ea14..a855008 100644 --- a/.github/workflows/github-page-deploy.yml +++ b/.github/workflows/github-page-deploy.yml @@ -76,9 +76,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - path: | - dist - dist/assets + path: dist - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1