We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d985a8f commit a80bda0Copy full SHA for a80bda0
.github/workflows/build-rootfs.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Build documentation once
21
run: |
22
./helper.mk docs
23
- mkdir _site
+ mkdir -p _site
24
tar cfvz _site/docs.tar.gz docs
25
deploy:
26
needs: build
0 commit comments