Replace more build step stages.

This commit is contained in:
Kavin 2023-01-02 21:41:28 +00:00
parent 372df4d8f7
commit 07ac617fec
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ jobs:
with:
cache: "yarn"
- run: yarn install --prefer-offline
- run: yarn build && sed -i 's/fonts.gstatic.com/fonts.kavin.rocks/g' dist/assets/*.css && cp dist/index.html dist/ipfs-404.html
- run: yarn build && ./localizefonts.sh && cp dist/index.html dist/ipfs-404.html
- uses: aquiladev/ipfs-action@v0.3.1-alpha.2
id: ipfs-add
with: