Skip to content

translate c-api/float.po (#969) #536

translate c-api/float.po (#969)

translate c-api/float.po (#969) #536

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: make all
- name: Deploy to gh page
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ../cpython/Doc/build/html
CLEAN: true