fix: pages deployment fixes

- fix slug of Nightly web app
- fix missing directory in F-Droid builds

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2022-08-19 10:01:01 +02:00
commit a3463a63fe
2 changed files with 7 additions and 6 deletions

View file

@ -220,6 +220,8 @@ pages:
- mv docs public
- mv repo public || true
- mv build/web/ public/nightly
# ensure the nightly deployment knows its location
- sed -i "s/href=\"\/web\/\"/href=\"\/nightly\/\"/g" public/nightly/index.html
- rm -rf build
- ./scripts/download-web-stable.sh
- mv stable public/web