Skip to content

chore(deps): bump the github-actions group with 4 updates (#1464) #942

chore(deps): bump the github-actions group with 4 updates (#1464)

chore(deps): bump the github-actions group with 4 updates (#1464) #942

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
- name: build site
run: make site
- name: Setup Pages
if: github.repository_owner == 'zizmorcore'
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
- name: Upload artifact
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
with:
path: site_html
- name: Deploy to GitHub Pages
if: github.repository_owner == 'zizmorcore'
id: deployment
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5