Skip to content

Add a badge for the GitHub Pages deploy status #43

Add a badge for the GitHub Pages deploy status

Add a badge for the GitHub Pages deploy status #43

Workflow file for this run

name: Build pages on Pull Request
on:
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build pages
uses: ./.github/actions/build