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

build(deps): bump JamesIves/github-pages-deploy-action (#1025)#580

build(deps): bump JamesIves/github-pages-deploy-action (#1025)

build(deps): bump JamesIves/github-pages-deploy-action (#1025) #580

name:deploy-gh-page
on:
push:
branches:
-"3.13"
jobs:
cd:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-name:Install Dependencies
run:sudo apt-get install gettext
-name:Build
run:JOBS=4 MODE=html make all
-name:Deploy to gh page
uses:JamesIves/github-pages-deploy-action@v4.7.3
with:
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
BRANCH:gh-pages
FOLDER:../cpython/Doc/build/html
CLEAN:true

[8]ページ先頭

©2009-2025 Movatter.jp