diff options
| author | Renovate Bot <[email protected]> | 2021-05-10 14:52:36 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-05-10 14:52:36 +0000 |
| commit | 09e546a5f0b0923826bab537aa68e53ae02ba6b4 (patch) | |
| tree | 59b194b83ca3a5e254a80ac8ee13a1b73bad8ef7 | |
| parent | feat(index): link card to configuration documentation (diff) | |
| download | site-09e546a5f0b0923826bab537aa68e53ae02ba6b4.tar.xz site-09e546a5f0b0923826bab537aa68e53ae02ba6b4.zip | |
chore(deps): update jamesives/github-pages-deploy-action action to v4.1.2
| -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 9fb9ba8..0b7635b 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 |