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

fix(linkop): also reject parted targets at deref time, not just attach #77

fix(linkop): also reject parted targets at deref time, not just attach

fix(linkop): also reject parted targets at deref time, not just attach #77

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [master]
paths: ['website/**']
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: 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@v4
- uses: actions/configure-pages@v4
- uses: actions/upload-pages-artifact@v3
with:
path: website
- id: deployment
uses: actions/deploy-pages@v4