aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-11 01:21:03 -0500
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-11 01:21:03 -0500
commit20424a76b00b303a94921a1b3c5fec6495471f0c (patch)
treed01a1ef9c4818336fd82330855e09a74824a5fa7 /.github
parent70f33fd0c1c931ca3859a7dce1a1272fd2863fbc (diff)
Updated deploy so it will deploy properly
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 099875c..58d978f 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -18,4 +18,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
branch: gh-pages # The branch the action should deploy to.
- folder: webAO # The folder the action should deploy.
+ folder: dist # The folder the action should deploy.