Skip to content

Clarify docs for non-normative checks, e.g. industry best practices #2

Clarify docs for non-normative checks, e.g. industry best practices

Clarify docs for non-normative checks, e.g. industry best practices #2

Workflow file for this run

name: "Build docs with Sphinx"
on:
pull_request:
branches: gh-pages
jobs:
build_and_deploy:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
pages: write
env:
INPUT_DOCS-FOLDER: docs
steps:
- uses: actions/checkout@v4
- name: Build HTML
uses: civilx64/sphinx-action@master
with:
docs-folder: docs/
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload html docs
path: './docs/_build/html'