Skip to content

Commit

Permalink
Disable temporarily docs generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
slav-at-attachix committed Dec 27, 2024
1 parent 438f9d8 commit aa55535
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Install xmlstarlet
if: github.ref_type == 'tag'
run: sudo apt-get install -y jq xmlstarlet
- name: Build docs
if: github.ref_type == 'tag'
run: |
Tools/install.sh doc
make -C docs html
zip -r sming-docs.zip docs/build/html
# - name: Build docs
# if: github.ref_type == 'tag'
# run: |
# Tools/install.sh doc
# make -C docs html
# zip -r sming-docs.zip docs/build/html
- name: Release New Version
if: github.ref_type == 'tag'
env:
Expand Down

0 comments on commit aa55535

Please sign in to comment.