We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02bd603 commit c8816fbCopy full SHA for c8816fb
1 file changed
.github/workflows/02-make-check-workflow-with-nut-website-scripts.yml
@@ -31,4 +31,4 @@ jobs:
31
fi ; \
32
chmod +x tools/nut-ddl.py
33
- name: run sanity checks
34
- run: NUT_WEBSITE_DIR=../nut-website make check
+ run: make NUT_WEBSITE_DIR="`pwd`/../nut-website" check
0 commit comments