Skip to content

Add combined Equal Earth / Web Mercator tile examples #36

Add combined Equal Earth / Web Mercator tile examples

Add combined Equal Earth / Web Mercator tile examples #36

on:
push:
branches:
- main
pull_request:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Build only
uses: shalzz/zola-deploy-action@v0.18.0
env:
BUILD_ONLY: true
BUILD_FLAGS: --drafts
build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.18.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}