Skip to content

Sync with CPython 3.12 (#895) #486

Sync with CPython 3.12 (#895)

Sync with CPython 3.12 (#895) #486

name: deploy-gh-page
on:
push:
branches:
- "3.12"
jobs:
cd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: sudo apt-get install gettext
- name: Build
run: make all
- name: Deploy to gh page
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ../cpython/Doc/build/html
CLEAN: true