Skip to content

Updating Probelm Details link #71

Updating Probelm Details link

Updating Probelm Details link #71

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Output Bikeshed to HTML
uses: netwerk-digitaal-erfgoed/bikeshed-action@v1
- name: Publish HTML to GitHub Pages
if: success()
uses: peaceiris/actions-gh-pages@v3.7.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./