Skip to content

Commit aa55535

Browse files
Disable temporarily docs generation.
1 parent 438f9d8 commit aa55535

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- name: Install xmlstarlet
2222
if: github.ref_type == 'tag'
2323
run: sudo apt-get install -y jq xmlstarlet
24-
- name: Build docs
25-
if: github.ref_type == 'tag'
26-
run: |
27-
Tools/install.sh doc
28-
make -C docs html
29-
zip -r sming-docs.zip docs/build/html
24+
# - name: Build docs
25+
# if: github.ref_type == 'tag'
26+
# run: |
27+
# Tools/install.sh doc
28+
# make -C docs html
29+
# zip -r sming-docs.zip docs/build/html
3030
- name: Release New Version
3131
if: github.ref_type == 'tag'
3232
env:

0 commit comments

Comments
 (0)