Skip to content

Translate /c-api/dict.rst:48 (#968) #537

Translate /c-api/dict.rst:48 (#968)

Translate /c-api/dict.rst:48 (#968) #537

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/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ../cpython/Doc/build/html
CLEAN: true