Skip to content

Commit 5a9f98f

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-rootfs.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
mkdir -p _site
2323
date > _site/index.html
2424
- name: Upload pages artifact
25+
id: deployment
2526
uses: actions/upload-pages-artifact@v3.0.1
26-
with:
27-
name: 'github-pages'
2827
deploy:
2928
needs: build
3029
permissions:
@@ -37,4 +36,4 @@ jobs:
3736
steps:
3837
- name: Deploy to GitHub Pages
3938
id: deployment
40-
uses: actions/deploy-pages@v3
39+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)