Skip to content

Commit 079ccfd

Browse files
committed
Fixing the push on master
1 parent 1c073cd commit 079ccfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Build
2121
run: |
2222
python setup.py sdist bdist_wheel
23+
- uses: actions/checkout@v2
24+
with:
25+
ref: master
2326
- name: Update keywords documentation
2427
run: |
2528
pip install robotframework

0 commit comments

Comments
 (0)