diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index e9b83799d..48d61016e 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -27,8 +27,8 @@ jobs: - name: Build Website run: | mkdir public - mv .env public/.env mv build/ public + mv .env public/.env - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: