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

Appearance settings

Translate library/winsound.po (#1048) #598

Translate library/winsound.po (#1048)

Translate library/winsound.po (#1048) #598

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: Install uv
uses: astral-sh/setup-uv@v6
- 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.