Skip to content

Deploy to Pages

Deploy to Pages #1

Workflow file for this run

name: Deploy to Pages
on:
push:
branches: [ "main", "master" ]
paths:
- "README.md"
- "readme.md"
workflow_dispatch:
permissions:
pages: write
id-token: write
contents: read
jobs:
deploy:
uses: uukelele-scratch/repo2static/.github/workflows/deploy.yml@main