We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753e369 commit 3600dd2Copy full SHA for 3600dd2
1 file changed
.github/workflows/build.yml
@@ -35,21 +35,3 @@ jobs:
35
36
sr version
37
sr publish
38
-
39
- - name: Create Keyword File
40
- run: |
41
- uvx --from="robotframework" libdoc robotframework-jsonschemavalidator.jsonschemavalidator docs/jsonschemavalidator.html
42
43
44
- - name: Commit and push docs
45
46
- git config user.name "github-actions[bot]"
47
- git config user.email "github-actions[bot]@users.noreply.github.com"
48
49
- git add docs
50
- if git diff --cached --quiet; then
51
- echo "No documentation changes"
52
- else
53
- git commit -m "docs: update Robot Framework Libdoc"
54
- git push
55
- fi
0 commit comments