Skip to content

Commit

Permalink
separate GH actions steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Sep 11, 2024
1 parent 3d2d2c5 commit 3d2981c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- run: cd spec/v3 && cp *.pmtiles ../../app/dist
- run: cd js/examples && mkdir ../../app/dist/examples && cp *.html ../../app/dist/examples/
- run: cd js && npm ci && npx typedoc index.ts --out ../app/dist/typedoc
- run: cd openlayers/examples && npm ci && npm run tsc && mkdir ../../app/dist/examples/openlayers && cp *.html ../../app/dist/examples/openlayers
- run : cd openlayers && npm ci && npm run tsc
- run: cd openlayers/examples && mkdir ../../app/dist/examples/openlayers && cp *.html ../../app/dist/examples/openlayers
- name: build_app
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 3d2981c

Please sign in to comment.