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

Fix command to run tests in README#145

Fix command to run tests in README

Fix command to run tests in README #145

Workflow file for this run

name:Build and deploy docs
on:
push:
branches:["master"]
workflow_dispatch:
permissions:
contents:read
pages:write
id-token:write
concurrency:
group:"pages"
cancel-in-progress:true
jobs:
build:
runs-on:ubuntu-latest
steps:
-name:Checkout
uses:actions/checkout@v5
-name:Setup Pages
uses:actions/configure-pages@v5
-name:Install uv
uses:astral-sh/setup-uv@v4
with:
version:"latest"
-name:Setup Python
run:uv python install 3.9
-name:Create virtual environment
run:uv venv
-name:Install MkDocs and plugins
run:|
uv pip install --upgrade mkdocs mkdocs-material mkdocstrings[python] pillow cairosvg
-name:Build site (_site directory name is used for Jekyll compatiblity)
run:uv run mkdocs build --config-file ./mkdocs.yml --site-dir ./_site
-name:Upload artifact
uses:actions/upload-pages-artifact@v3
with:
path:./_site
deploy:
needs:build
runs-on:ubuntu-latest
environment:
name:github-pages
steps:
-name:Deploy to GitHub Pages
id:deployment
uses:actions/deploy-pages@v4

[8]ページ先頭

©2009-2025 Movatter.jp