Skip to content

Make it so that headings are shown in full when you click on a link to them #114

Make it so that headings are shown in full when you click on a link to them

Make it so that headings are shown in full when you click on a link to them #114

Workflow file for this run

name: Install and build
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Build dockerfile
run: docker build .