From 4d88af96fae9e2163d156a9c44b1c1e65112bbe2 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 28 Sep 2024 22:18:46 -0400 Subject: [PATCH] ci(github): use gitploy-action in build.yml --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6077b24..4232c2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,10 +39,9 @@ jobs: - name: Deploy if: github.ref_name == 'master' - uses: JamesIves/github-pages-deploy-action@v4 + uses: remarkablemark/gitploy-action@v1 with: - branch: gh-pages - folder: dist + directory: dist - name: Upload artifacts if: github.ref_name == 'master'