diff options
| author | Fuwn <[email protected]> | 2021-05-10 16:43:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-10 16:43:46 -0700 |
| commit | 36db9ebe590d0630b2dfdc4e4e453cc0956a14fa (patch) | |
| tree | f0ded3ebcfe990f6adcbf2870965c69c97819465 | |
| parent | feat(docs): whirl/configuration: add prompt configuration group (diff) | |
| parent | chore(deps): update jamesives/github-pages-deploy-action action to v4.1.2 (diff) | |
| download | site-36db9ebe590d0630b2dfdc4e4e453cc0956a14fa.tar.xz site-36db9ebe590d0630b2dfdc4e4e453cc0956a14fa.zip | |
Merge pull request #7 from Whirlsplash/renovate/jamesives-github-pages-deploy-action-4.x
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 |