File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,12 @@ jobs:
5050 draft : false
5151 prerelease : false
5252
53- - name : Upload PDF release asset
53+ - name : Upload documentation release asset
5454 uses : actions/upload-release-asset@v1
5555 env :
5656 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5757 with :
5858 upload_url : ${{ steps.create_release.outputs.upload_url }}
5959 asset_path : kotlin_docs.zip # Ensure this path is correct
6060 asset_name : documentation-${{ steps.get_tag_name.outputs.TAG_NAME }}.zip
61- asset_content_type : application/zip
62-
63- # pip install -r requirements.txt
64- # python3 ProcessDocs/ProcessKotlinDocs/process_docs.py --input-dir SourceDocs/KotlinDocs/html --output-dir out --menu-file toc.html --stylesheet style.css --log-file log.txt
65- # python3 ProcessDocs/ProcessKotlinDocs/build_toc.py SourceDocs/KotlinDocs/html/HelpTOC.json out/toc.html out/toc.css out/toc_script.js
66- # zip -r kotlin_docs.zip out
61+ asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments