Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump actions/checkout from 5 to 6#850

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #850

Workflow file for this run

# Ensure Sphinx can build the documentation properly.
name:Documentation
on:
pull_request:
permissions:
contents:read
jobs:
documentation:
name:Sphinx build
runs-on:ubuntu-latest
defaults:
run:
shell:bash
steps:
-uses:actions/checkout@v6
with:
submodules:true
-uses:actions/setup-python@v6
with:
python-version:'3.x'
-name:Build documentation
run:|
pushd doc/
python3 -mvenv _venv
./_venv/bin/pip install -r requirements.txt
env SPHINXBUILD=$(pwd)/_venv/bin/sphinx-build ../tests/ci/build_docs.sh
popd

[8]ページ先頭

©2009-2025 Movatter.jp