diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-11 01:21:03 -0500 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-11 01:21:03 -0500 |
| commit | 20424a76b00b303a94921a1b3c5fec6495471f0c (patch) | |
| tree | d01a1ef9c4818336fd82330855e09a74824a5fa7 /.github | |
| parent | 70f33fd0c1c931ca3859a7dce1a1272fd2863fbc (diff) | |
Updated deploy so it will deploy properly
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
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. |
