Skip to content

Commit 4df9de2

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-rootfs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
name: Build documentation once
2121
run: |
2222
./helper.mk docs
23+
tar cfvz docs.tar.gz docs
2324
deploy:
2425
needs: build
2526
permissions:
@@ -34,7 +35,7 @@ jobs:
3435
uses: actions/upload-pages-artifact@v3.0.1
3536
with:
3637
name: 'github-pages'
37-
path: 'docs/'
38+
path: 'docs.tar.gz'
3839
- name: Deploy to GitHub Pages
3940
id: deployment
4041
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)