Use NZTM coords and validate_vm_bounds() #30
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-# .github/workflows/deploy-wiki.yml | ||
name: deploy-wiki | ||
on: | ||
push: | ||
branches: "master" | ||
paths: wiki/** | ||
jobs: | ||
deploy-wiki: | ||
permissions: | ||
contents: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions4gh/configure-wiki@v1 | ||
- uses: actions4gh/deploy-wiki@v1 |