Skip to content

Gelände Tirol as overlay maps #32

Gelände Tirol as overlay maps

Gelände Tirol as overlay maps #32

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18'
- run: yarn install --no-progress --frozen-lockfile
- run: yarn test
- run: yarn build
- uses: peaceiris/actions-gh-pages@v3
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
force_orphan: true
cname: tyrolean-map.legner.me