We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c6e82 commit d3583ecCopy full SHA for d3583ec
.github/workflows/build-rootfs.yml
@@ -17,12 +17,12 @@ jobs:
17
echo "describe=$(git describe --tags --always || echo 0)"
18
| tee $GITHUB_OUTPUT
19
- id: build-docs
20
- - name: Build documentation once
+ name: Build documentation once
21
run: |
22
apt-get install -y install make
23
./helper.mk docs
24
deploy:
25
- needs: build-docs
+ needs: build
26
permissions:
27
pages: write # to deploy to Pages
28
id-token: write # to verify the deployment originates from an appropriate source
0 commit comments