Skip to content

Merge branch 'main' of https://github.com/Stichting-CROW/verkeersborden #189

Merge branch 'main' of https://github.com/Stichting-CROW/verkeersborden

Merge branch 'main' of https://github.com/Stichting-CROW/verkeersborden #189

Workflow file for this run

name: Publish draft
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- run: echo "ready for publication"
# - name: Checkout 🛎️
# uses: actions/checkout@v3
# - name: Deploy live view 🚀
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages # The branch the action should deploy to.
# folder: ./docs # The folder the action should deploy.
# force: false
# clean-exclude: |
# v/**
# commit-message: |
# Deploying to docs.crow.nl from @ ${{ env.GITHUB_SHA}}
# Reason: After push by ${{ github.actor }}