Skip to content

Commit d3583ec

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-rootfs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
echo "describe=$(git describe --tags --always || echo 0)"
1818
| tee $GITHUB_OUTPUT
1919
- id: build-docs
20-
- name: Build documentation once
20+
name: Build documentation once
2121
run: |
2222
apt-get install -y install make
2323
./helper.mk docs
2424
deploy:
25-
needs: build-docs
25+
needs: build
2626
permissions:
2727
pages: write # to deploy to Pages
2828
id-token: write # to verify the deployment originates from an appropriate source

0 commit comments

Comments
 (0)