Skip to content

Deploy

Deploy #12

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
environment:
name: github-pages
permissions:
contents: write
id-token: write
pages: write
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/deploy-site