Skip to content

Commit a80bda0

Browse files
committed
WIP: mod: .github/workflows/build-rootfs.yml (devel/build/main)
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent d985a8f commit a80bda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-rootfs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Build documentation once
2121
run: |
2222
./helper.mk docs
23-
mkdir _site
23+
mkdir -p _site
2424
tar cfvz _site/docs.tar.gz docs
2525
deploy:
2626
needs: build

0 commit comments

Comments
 (0)