Skip to content

fix: harden cross-clone team synchronization (#16) #16

fix: harden cross-clone team synchronization (#16)

fix: harden cross-clone team synchronization (#16) #16

name: Deploy website
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: github-pages
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v6
- uses: actions/configure-pages@v6
- uses: actions/upload-pages-artifact@v5
with:
path: website
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v5