diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fb94abd..4ae0277 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -53,6 +53,9 @@ jobs: - name: Create build directory if it doesn't exist run: mkdir -p public + - name: Clear build directory + run: rm -rf public/* + - name: Move build files to /public run: | mv frontend/build/* public/ diff --git a/.gitignore b/.gitignore index 85451e4..cd398c7 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,4 @@ db.sqlite3 # Ignore development configuration file (if using environment variables) .env -static/ +/static/