Skip to content

Commit dec579d

Browse files
committed
.github/workflows/02-make-check-workflow-with-nut-website-scripts.yml: fix typos
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent a8b7e00 commit dec579d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
path: nut-website
2020
- name: prepare nut-website repo
2121
run: |
22-
cd ~/nut-website && \
22+
cd ~/nut-ddl/nut-website && \
2323
./autoreconf -ifv && \
2424
./configure
2525
- name: run sanity checks
26-
run: NUT_WEBSITE_DIR=~/nut-website make check
26+
run: NUT_WEBSITE_DIR=../nut-website make check

0 commit comments

Comments
 (0)