Skip to content

Commit c8816fb

Browse files
committed
.github/workflows/02-make-check-workflow-with-nut-website-scripts.yml: refer to NUT_WEBSITE_DIR differently
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 02bd603 commit c8816fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/02-make-check-workflow-with-nut-website-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
fi ; \
3232
chmod +x tools/nut-ddl.py
3333
- name: run sanity checks
34-
run: NUT_WEBSITE_DIR=../nut-website make check
34+
run: make NUT_WEBSITE_DIR="`pwd`/../nut-website" check

0 commit comments

Comments
 (0)