Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Fix script syntax (#574) #25

Fix script syntax (#574)

Fix script syntax (#574) #25

name: Build and deploy docs to GitHub Pages
on:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
build:
uses: ./.github/workflows/build-and-check-links.yml
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4