Skip to content

[1983] Synchronize reqId and declaredShortName #612

[1983] Synchronize reqId and declaredShortName

[1983] Synchronize reqId and declaredShortName #612

Workflow file for this run

name: Deploy static documentation on Pages
on:
push:
paths:
- "doc/**"
- "docker-compose.yml"
branches:
- "main"
tags:
- "v*.0"
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
- name: Run Doc generation script
run: doc/generate.bash
- name: Fix permissions
run: sudo chmod -c -R +rX 'doc/docs-site/build'
- name: Setup Pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
- name: Upload artifact
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
with:
path: "doc/docs-site/build/site/"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5