From 83c54921609f60471a2dd76140b94ed3f86dfb51 Mon Sep 17 00:00:00 2001 From: Law Wai Chun Date: Sat, 28 Sep 2024 14:51:40 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index de1096d93997..9afd2e854cca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: - run: yarn install --immutable - run: yarn run production-build - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: branch: gh-pages # The branch the action should deploy to. folder: build # The folder the action should deploy.