Skip to content

Commit acef8a5

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-rootfs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
1919
- id: build-docs
2020
name: Build documentation once
2121
run: |
22-
./helper.mk docs
2322
mkdir -p _site
24-
tar cfvz _site/docs.tar.gz docs
23+
date > _site/index.html
2524
- name: Upload pages artifact
2625
uses: actions/upload-pages-artifact@v3.0.1
2726
with:

0 commit comments

Comments
 (0)