Skip to content

chore: add possibility to release an artifact #16

chore: add possibility to release an artifact

chore: add possibility to release an artifact #16

Workflow file for this run

name: "Build & Publish Page"
on:
push:
branches:
- main
paths:
- "Makefile"
- "README.md"
- ".github/workflows/build_page.yaml"
env:
TZ: Europe/Berlin
jobs:
build_page:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Build Page"
env:
PANDOC_DOCKER: 1
run: make docs
- name: "Publish Page"
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs