Skip to content

Commit b4eebc7

Browse files
authored
Fixed the deploy action version
1 parent 3364c5f commit b4eebc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ jobs:
9090
purgecss -c purgecss.config.js
9191
- name: Deploy 🚀
9292
if: github.event_name != 'pull_request'
93-
uses: JamesIves/github-pages-deploy-action@v4
93+
uses: JamesIves/github-pages-deploy-action@v4.6.4
9494
with:
9595
folder: _site

0 commit comments

Comments
 (0)