Forgot to include _redirects on deployment 2

Also fix merge_out.py not running
This commit is contained in:
Hans5958 2023-07-20 16:58:04 +07:00
parent 991bad85f0
commit b58efd9a9e
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ cp -r web/ dist-temp/
npm i
python tools/ci/cdn_to_local.py
python tools/ci/merge_out.py # On previews, attempt to merge patches
python tools/merge_out.py # On previews, attempt to merge patches
npx parcel build dist-temp/index.html dist-temp/**.html --dist-dir "dist" --no-source-maps --no-content-hash
rm -rf dist-temp
@ -18,5 +18,6 @@ cp -r web/_img/ dist/
cp web/atlas.json dist/
cp web/*.txt dist/
cp web/_headers dist/
cp web/_redirects dist/
cp web/favicon.ico dist/
cp web/sw.js dist/