Skip to content

Commit dae8bd1

Browse files
authored
Create proof-html.yml
1 parent 1c32a4f commit dae8bd1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/proof-html.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)