Skip to content

Commit 3092918

Browse files
authored
build(docs): fix working-directory (#124)
Signed-off-by: Jean Mertz <git@jeanmertz.com>
1 parent bad7dc8 commit 3092918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99
defaults:
1010
run:
11-
working-directory: /docs
11+
working-directory: ./docs
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)