Skip to content

Revise proposal docs for value syntax and block IDs #5

Revise proposal docs for value syntax and block IDs

Revise proposal docs for value syntax and block IDs #5

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [main]
paths: [docs/**]
permissions:
actions: read
pages: write
id-token: write
concurrency:
group: pages
cancel-in-progress: true
jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cp -r docs _site
- uses: actions/upload-pages-artifact@v3
- id: deployment
uses: actions/deploy-pages@v4