add spec v3 examples to viewer

This commit is contained in:
Brandon Liu
2022-10-22 10:59:30 +08:00
parent 4f20a4b933
commit 257b41dd04
4 changed files with 4 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ jobs:
- run: cd app && npm install && ./node_modules/.bin/tsc && ./node_modules/.bin/vite build --base=/PMTiles/
- run: cd serverless/aws && npm install && npm run build && cp dist/lambda_function.zip ../../app/dist
- run: cd serverless/cloudflare && npm install && npm run build && cp dist/index.js ../../app/dist
- run: cd spec/v3 && cp *.pmtiles ../../app/dist
- name: build_app
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/master' }}