Skip to content

Commit 19273b4

Browse files
Enabling again the release actions. The document generation should work as expected now.
1 parent e961230 commit 19273b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
if: github.ref_type == 'tag'
2626
run: |
2727
Tools/install.sh doc
28+
source Tools/export.sh
2829
make -C docs html
2930
zip -r sming-docs.zip docs/build/html
3031
- name: Release New Version

0 commit comments

Comments
 (0)