Skip to content

Commit 1ef33e2

Browse files
authored
Update test to use --root-dir instead of the deprecated --base (#315)
1 parent 50a631e commit 1ef33e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ jobs:
5050
'./**/*.html'
5151
'./**/*.rst'
5252
53-
- name: test --base argument
53+
- name: test --root-dir argument
5454
uses: ./
5555
with:
5656
args: >-
57-
--base .
57+
--root-dir "$(pwd)"
5858
--verbose
5959
--no-progress
6060
'./**/*.md'

0 commit comments

Comments
 (0)