Skip to content

Commit d985a8f

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

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
@@ -20,7 +20,8 @@ jobs:
2020
name: Build documentation once
2121
run: |
2222
./helper.mk docs
23-
tar cfvz docs.tar.gz docs
23+
mkdir _site
24+
tar cfvz _site/docs.tar.gz docs
2425
deploy:
2526
needs: build
2627
permissions:
@@ -35,7 +36,6 @@ jobs:
3536
uses: actions/upload-pages-artifact@v3.0.1
3637
with:
3738
name: 'github-pages'
38-
path: 'docs.tar.gz'
3939
- name: Deploy to GitHub Pages
4040
id: deployment
4141
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)