Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Merge pull request #22 from pyreon/feat/vitepress-migration #23

Merge pull request #22 from pyreon/feat/vitepress-migration

Merge pull request #22 from pyreon/feat/vitepress-migration #23

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [main]
workflow_dispatch:
concurrency:
group: deploy
cancel-in-progress: true
permissions:
contents: read
pages: write
id-token: write
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yml
permissions:
contents: read
security-events: write
deploy:
name: Deploy
runs-on: ubuntu-latest
timeout-minutes: 5
needs: ci
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5