Commit fab1b00
committed
fix(docs): use dedicated package script instead of inline task
The docs:package task in mise.toml was trying to package files that didn't
exist (markdown/API.md and README.md in docs/api/). Replaced the inline
script with a call to the existing package.sh script which properly packages
the HTML documentation.
The package.sh script correctly:
- Validates documentation exists before packaging
- Packages only the HTML documentation that's actually generated
- Creates both .tar.gz and .zip archives for distribution1 parent 46117b6 commit fab1b00
1 file changed
+1
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 97 | + | |
0 commit comments