Fix broken CI "Deploy" script (#1254)

This commit is contained in:
Kyℓe Hensel 2024-06-07 14:54:21 +10:00 committed by GitHub
parent 7252394f2e
commit bc78010f52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ jobs:
run: npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
BRANCH: main # The branch the action should deploy to.
FOLDER: . # The folder the action should deploy.