changed deploy directory to www

This commit is contained in:
Corey 2022-04-13 12:18:03 -04:00
parent caabca590e
commit 7b44a9d148

View File

@ -19,5 +19,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: gh-pages # The branch the action should deploy to.
folder: . # The folder the action should deploy.
folder: www # The folder the action should deploy.
clean: true