mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
gh-pages deploy only the master branch
This commit is contained in:
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- run: cd app && npm install && npm run build
|
||||
- name: build_app
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
# if: ${{ github.ref == 'refs/heads/master' }}
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./app/dist
|
||||
|
||||
Reference in New Issue
Block a user