Fully qualify pages deploy action

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 npm run build
- name: Deploy 🚀 - name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5 uses: https://github.com/JamesIves/github-pages-deploy-action@v4.2.5
with: with:
branch: pages # The branch the action should deploy to. branch: pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy. folder: dist # The folder the action should deploy.