Skip to content

Commit 902705d

Browse files
committed
Set working directory for the 'make site' step
1 parent 091ecf7 commit 902705d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,7 @@ jobs:
150150
done < <(Rscript -e 'cat(remotes::system_requirements("ubuntu", "20.04"), sep = "\n")')
151151
152152
- run: make site
153+
working-directory: lesson
154+
153155
- run: make lesson-check-all
154156
working-directory: lesson

0 commit comments

Comments
 (0)