Skip to content

Commit cadafc9

Browse files
committed
Removed auto commit documentation
1 parent cd47579 commit cadafc9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install setuptools wheel twine
20-
- name: Update keywords documentation
21-
run: |
22-
python -m robot.libdoc src/RequestsLibrary doc/RequestsLibrary.html
23-
- name: Commit updated documentation
24-
uses: stefanzweifel/git-auto-commit-action@dd055f6225757c369f948744463f63ac1bd4c277
25-
with:
26-
commit_message: Update keywords documentation
27-
file_pattern: doc/RequestsLibrary.html
2820
- name: Build and publish
2921
env:
3022
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}

0 commit comments

Comments
 (0)