Skip to content

Commit

Permalink
Create create-proof.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsmith1 authored Sep 9, 2024
1 parent b6681b1 commit 6de1aae
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/create-proof.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Proof HTML
on:
push:
branches:
main
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Create proof
uses: anishathalye/[email protected]
with:
directory: ./
html_file: 'index.html'
output_file: 'proof.png'

- name: Upload proof as artifact
uses: actions/upload-artifact@v2
with:
name: html-proof
path: proof.png

0 comments on commit 6de1aae

Please sign in to comment.