This is an automated email from the ASF dual-hosted git repository. erisu pushed a commit to branch chore/update-workflow in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
commit 31308f4a219280de0064ad25bea4f82f48866b4b Author: Erisu <[email protected]> AuthorDate: Wed Jan 7 02:10:38 2026 +0900 chore(workflow): update [email protected] --- .github/workflows/deploy-prod.yml | 4 ++-- .github/workflows/deploy-stage.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index ec34fc7070..4ebcf0fb28 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -47,9 +47,9 @@ jobs: - name: Run build run: npm run build:prod - # v4.7.4 + # v4.7.6 - name: Run deploy - uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 + uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a with: branch: asf-site folder: build-prod diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index ac13ea979a..7a253d792e 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -52,9 +52,9 @@ jobs: - name: Run build run: npm run build:prod - # v4.7.4 + # v4.7.6 - name: Run deploy - uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 + uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a with: branch: asf-staging folder: build-prod --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
