Skip to content

Commit 3600dd2

Browse files
authored
Update build.yml
1 parent 753e369 commit 3600dd2

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,3 @@ jobs:
3535
3636
sr version
3737
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-
run: |
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

Comments
 (0)