Mercurial
view third_party/libuv/.github/workflows/CI-docs.yml @ 262:0f45474c1b1a
Add cyberpunk JRPG blog browser
Show the latest posts in the JRPG preview and render the full blog archive and sanitized post details in the Inspect modal.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <mrjunejune@users.noreply.github.com> |
|---|---|
| date | Thu, 06 Aug 2026 04:08:45 -0700 |
| parents | 948de3f54cea |
| children |
line wrap: on
line source
name: CI-docs on: pull_request: paths: - 'docs/**' - '!docs/code/**' - '.github/workflows/CI-docs.yml' jobs: docs-src: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: python-version: '3.9' cache: 'pip' # caching pip dependencies - run: pip install -r docs/requirements.txt - name: html run: | make -C docs html - name: linkcheck run: | make -C docs linkcheck