Fully qualify pages deploy action
Some checks failed
Run Tests / test (push) Successful in 1m58s
Build and Deploy / build-and-deploy (push) Failing after 52s

This commit is contained in:
thepaperpilot 2023-11-05 08:42:39 -06:00
parent acf1d24c15
commit 65ff440e25

View file

@ -20,7 +20,7 @@ jobs:
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5
uses: https://github.com/JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.