diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-07-07 23:56:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-07 23:56:38 -0700 |
| commit | dfbdd946372cf7a570ef05763e0afdeeddf56bf0 (patch) | |
| tree | 9f28a581ae864fa9767c30b3fd19c113b61b49fc /.github | |
| parent | 027bf99afc2ea9150e1baa932eeb52648c9bacbc (diff) | |
Update deploy_website.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy_website.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml index 6feeaa9..ca084ef 100644 --- a/.github/workflows/deploy_website.yml +++ b/.github/workflows/deploy_website.yml @@ -46,8 +46,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - # Upload entire repository - path: '.' + path: './build' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 |
