Skip to content

[BOT] update JSON schemas from SchemaStore (#1941) #1217

[BOT] update JSON schemas from SchemaStore (#1941)

[BOT] update JSON schemas from SchemaStore (#1941) #1217

Workflow file for this run

name: Deploy zizmor documentation site 🌐
on:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: "pages"
cancel-in-progress: false
permissions: {}
jobs:
deploy:
name: Deploy zizmor documentation to GitHub Pages 🌐
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
- name: build site
run: make site
- name: Setup Pages
if: github.repository_owner == 'zizmorcore'
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
- name: Upload artifact
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
with:
path: site_html
- name: Deploy to GitHub Pages
if: github.repository_owner == 'zizmorcore'
id: deployment
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0