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
+1 -1
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.