Skip to content

Commit 1cb7f57

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-rootfs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
./helper.mk docs
2323
mkdir -p _site
2424
tar cfvz _site/docs.tar.gz docs
25+
- name: Upload pages artifact
26+
uses: actions/upload-pages-artifact@v3.0.1
27+
with:
28+
name: 'github-pages'
2529
deploy:
2630
needs: build
2731
permissions:
@@ -32,10 +36,6 @@ jobs:
3236
url: ${{ steps.deployment.outputs.page_url }}
3337
runs-on: ubuntu-24.04
3438
steps:
35-
- name: Upload pages artifact
36-
uses: actions/upload-pages-artifact@v3.0.1
37-
with:
38-
name: 'github-pages'
3939
- name: Deploy to GitHub Pages
4040
id: deployment
4141
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)