Skip to content

Create create-proof.yml #1

Create create-proof.yml

Create create-proof.yml #1

Workflow file for this run

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