diff options
| author | Renovate Bot <[email protected]> | 2021-06-04 16:09:14 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-06-04 16:09:14 +0000 |
| commit | ee1d58b4f60dc003b33a821f5af037359d336465 (patch) | |
| tree | a9018cf970c391978f14f2980b10087f19138d73 | |
| parent | feat(config): add subreddit link to footer (diff) | |
| download | site-ee1d58b4f60dc003b33a821f5af037359d336465.tar.xz site-ee1d58b4f60dc003b33a821f5af037359d336465.zip | |
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 |