Skip to content

Commit 0cd7475

Browse files
committed
wip
1 parent 707a327 commit 0cd7475

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,10 @@ jobs:
2828
- name: Build HTML Docs
2929
run: VERSION=${{ github.event.repository.default_branch }} JOBS=4 MODE=html make all
3030

31-
- uses: actions/create-github-app-token@v2
32-
id: app-token
33-
with:
34-
app-id: ${{ secrets.APP_ID }}
35-
private-key: ${{ secrets.APP_PRIVATE_KEY }}
36-
3731
- name: Deploy PR Doc Preview
3832
uses: rossjrw/pr-preview-action@v1
3933
with:
4034
source-dir: ../cpython/Doc/build/html
41-
token: ${{ steps.app-token.outputs.token }}
4235
preview-branch: gh-pages
4336
umbrella-dir: pr-preview
4437
action: auto

0 commit comments

Comments
 (0)