Skip to content

Commit aae628c

Browse files
authored
Update check.yml: fix working directory
1 parent 9aa2fcb commit aae628c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
with:
3232
node-version: "latest"
3333

34-
- name: Change into docs folder
35-
run: cd docs
36-
3734
- name: Install Sverto docs npm dependencies
3835
run: npm install
36+
working-directory: ./docs
3937

4038
- name: Render sverto docs
4139
uses: quarto-dev/quarto-actions/render@v2
40+
with:
41+
path: docs

0 commit comments

Comments
 (0)