Skip to content

Commit

Permalink
setting up github proof html action
Browse files Browse the repository at this point in the history
  • Loading branch information
reyg3 committed Mar 13, 2024
1 parent be59d3f commit f7a754a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/proof-html.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Proof HTML
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: anishathalye/[email protected]
with:
directory: ./

0 comments on commit f7a754a

Please sign in to comment.