Skip to content

Commit 51aa989

Browse files
committed
try fix rst-syntax job
1 parent 11b04c5 commit 51aa989

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pyhton.generate-wrapper.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595
name: source_dist
9696
path: python-wrapper/dist/**
9797
if-no-files-found: error
98-
9998
check_rst_syntax:
10099
runs-on: "ubuntu-22.04"
101100
steps:
@@ -106,6 +105,8 @@ jobs:
106105
- name: install rst linter
107106
run: pip install restructuredtext-lint pygments
108107
- name: run
109-
run: rst-lint *.rst
108+
run: |
109+
cd docs
110+
rst-lint *.rst
110111
111112

0 commit comments

Comments
 (0)