fix: update action properties to new naming (#393)

This commit is contained in:
2022-02-25 13:42:12 +01:00
committed by GitHub
parent 693ee66e59
commit 7c20b0a00b

View File

@@ -21,6 +21,6 @@ jobs:
- name: Deploy 🚀 - name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.0.0 uses: JamesIves/github-pages-deploy-action@4.0.0
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to. branch: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy. folder: dist # The folder the action should deploy.