We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c32a4f commit dae8bd1Copy full SHA for dae8bd1
1 file changed
.github/workflows/proof-html.yml
@@ -0,0 +1,11 @@
1
+name: Proof HTML
2
+on:
3
+ push:
4
+ workflow_dispatch:
5
+jobs:
6
+ build:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: anishathalye/proof-html@v1.1.0
10
+ with:
11
+ directory: ./
0 commit comments