diff --git a/.github/workflows/poof-html.yml b/.github/workflows/poof-html.yml new file mode 100644 index 00000000..3a6c4590 --- /dev/null +++ b/.github/workflows/poof-html.yml @@ -0,0 +1,12 @@ +name: Proof HTML +on: + push: + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: anishathalye/proof-html@v2.1.3 + with: + directory: ./ +