diff options
| author | Fuwn <[email protected]> | 2021-06-18 16:35:26 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-18 16:35:26 -0600 |
| commit | df7330c3bd19a7ca082e4d10b4c1abf43e172692 (patch) | |
| tree | 7c1f647810a852f7d3ebd75b8c9601a43b35f30d | |
| parent | Merge pull request #13 from Whirlsplash/renovate/commitlint-monorepo (diff) | |
| parent | chore(deps): update jamesives/github-pages-deploy-action action to v4.1.4 (diff) | |
| download | site-df7330c3bd19a7ca082e4d10b4c1abf43e172692.tar.xz site-df7330c3bd19a7ca082e4d10b4c1abf43e172692.zip | |
Merge pull request #12 from Whirlsplash/renovate/jamesives-github-pages-deploy-action-4.x
chore(deps): update jamesives/github-pages-deploy-action action to v4.1.4
| -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 0b7635b..ce0b9ca 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 |