From 7b44a9d1483a5d9a18919b554d73f273e5e82a9e Mon Sep 17 00:00:00 2001 From: Corey Petty Date: Wed, 13 Apr 2022 12:18:03 -0400 Subject: [PATCH] changed deploy directory to www --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c355eb..d266a79 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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