WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Implement MISRA-C++23 Preprocesser package rules 19-0-4, 19-1-1, and 19-2-1 #3763

Implement MISRA-C++23 Preprocesser package rules 19-0-4, 19-1-1, and 19-2-1

Implement MISRA-C++23 Preprocesser package rules 19-0-4, 19-1-1, and 19-2-1 #3763

name: Generate HTML documentation
on:
merge_group:
types: [checks_requested]
push:
branches:
- main
- 'rc/**'
- next
pull_request:
branches:
- main
- 'rc/**'
- next
jobs:
generate-html-doc:
name: Generate HTML documentation
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install generate_iso26262_docs.py dependencies
run: pip install -r scripts/requirements.txt
- name: Generate documentation
run: |
python scripts/documentation/generate_iso26262_docs.py coding-standards-html-docs
- name: Upload HTML documentation
uses: actions/upload-artifact@v4
with:
name: coding-standards-docs-${{ github.sha }}
path: coding-standards-html-docs/