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 cd47579 commit cadafc9Copy full SHA for cadafc9
.github/workflows/pythonpublish.yml
@@ -17,14 +17,6 @@ jobs:
17
run: |
18
python -m pip install --upgrade pip
19
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
28
- name: Build and publish
29
env:
30
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
0 commit comments