We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3583ec commit 5997192Copy full SHA for 5997192
.github/workflows/build-rootfs.yml
@@ -19,7 +19,7 @@ jobs:
19
- id: build-docs
20
name: Build documentation once
21
run: |
22
- apt-get install -y install make
+ # apt-get install -y install make
23
./helper.mk docs
24
deploy:
25
needs: build
0 commit comments