We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2c140 commit 86fe56bCopy full SHA for 86fe56b
.github/workflows/ci.yml
@@ -19,5 +19,14 @@ jobs:
19
- name: Install uv
20
uses: astral-sh/setup-uv@v6
21
22
- - name: Validate
+ - name: Build Docs in HTML
23
run: VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=html make all
24
+
25
+ - name: Deploy PR Doc Preview
26
+ uses: rossjrw/pr-preview-action@v1
27
+ with:
28
+ source-dir: ../cpython/Doc/build/html
29
+ preview-branch: gh-pages
30
+ token: ${{ secrets.GITHUB_TOKEN }}
31
+ umbrella-dir: pr-preview
32
+ action: auto
.github/workflows/deploy-gh-page.yml
0 commit comments