Skip to content

build(deps): bump serde_json from 1.0.142 to 1.0.143 in the cargo gro… #398

build(deps): bump serde_json from 1.0.142 to 1.0.143 in the cargo gro…

build(deps): bump serde_json from 1.0.142 to 1.0.143 in the cargo gro… #398

Workflow file for this run

name: Deploy x509-limbo site
on:
push:
branches:
- main
- site-staging
workflow_dispatch:
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
deploy:
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
with:
enable-cache: true
- uses: ./.github/actions/run-harnesses
- name: build site
run: make site
- name: Setup Pages
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
id: deployment
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5