diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-01-09 20:40:18 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-09 20:40:18 +0000 |
| commit | 6d021c625bd7b32002c4362fa3144576270e0be4 (patch) | |
| tree | 748f52c31e7489c4d93378b20926497f98fb86be | |
| parent | fix(docusaurus): update tagline (diff) | |
| download | site-renovate/jamesives-github-pages-deploy-action-4.x.tar.xz site-renovate/jamesives-github-pages-deploy-action-4.x.zip | |
chore(deps): update jamesives/github-pages-deploy-action action to v4.8.0renovate/jamesives-github-pages-deploy-action-4.x
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 711b03b..ae26c89 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: npm run build - name: Deploy 🚀 - uses: JamesIves/[email protected] + uses: JamesIves/[email protected] with: branch: gh-pages folder: build |