Skip to content

Commit 31bb745

Browse files
author
Maciej Olko
committed
Do not commit built translation
GitHub pages are superseded by build on docs.python.org. (cherry picked from commit 0e8d019)
1 parent 4ea9895 commit 31bb745

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/update-and-build.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -78,24 +78,3 @@ jobs:
7878
with:
7979
name: build
8080
path: Doc/build/html
81-
commit-build:
82-
runs-on: ubuntu-latest
83-
needs: ['build-translation']
84-
steps:
85-
- uses: actions/checkout@master
86-
- run: git pull
87-
- uses: actions/download-artifact@master
88-
with:
89-
name: build
90-
path: build
91-
- run: rm -r docs
92-
- run: mv build docs
93-
- run: touch docs/.nojekyll
94-
- run: git config --local user.email 'maciej.olko@gmail.com'
95-
name: Run git config --local user.email '…'
96-
- run: git config --local user.name "GitHub Action's commit-build job"
97-
- run: git add .
98-
- run: git commit -m 'Update translation build' || true
99-
- uses: ad-m/github-push-action@master
100-
with:
101-
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)