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

Addressing #56: Variables values can be instantiated with any type th…#125

Addressing #56: Variables values can be instantiated with any type th…

Addressing #56: Variables values can be instantiated with any type th… #125

# This workflow builds Sphinx documentation and deploys it to GitHub Pages.
name:Publish documentation
on:
push:
branches:[main]# branch to trigger deployment
paths:
-"docs/**"
-"constraint/**"
-"pyproject.toml"
-".github/workflows/publish-documentation.yml"
release:
types:[published]# releases trigger deployment as well
jobs:
pages:
runs-on:ubuntu-latest
environment:
name:github-pages
url:${{ steps.deployment.outputs.page_url }}
permissions:
pages:write
id-token:write
steps:
-id:deployment
uses:sphinx-notes/pages@v3

[8]ページ先頭

©2009-2025 Movatter.jp