File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 steps :
2222
2323 - name : Generate file name
24+ id : gen-file-name
2425 run : |
2526 USE_ALL_IN_ONE=""
2627 USE_MINIFIED=""
@@ -31,21 +32,22 @@ runs:
3132 USE_MINIFIED=".min"
3233 fi
3334 echo "file_name=index${USE_ALL_IN_ONE}${USE_MINIFIED}.html" >> $GITHUB_OUTPUT
35+ echo "index${USE_ALL_IN_ONE}${USE_MINIFIED}.html"
3436 shell : bash
3537
3638 - name : Deploy pre-generated markdown.html file
3739 uses : robinraju/release-downloader@v1
3840 with :
3941 repository : ' PJ-568/MARKDOWN.HTML'
4042 latest : true
41- fileName : ${{ steps.file-name.outputs.file_name }}
43+ fileName : ${{ steps.gen- file-name.outputs.file_name }}
4244 tarBall : false
4345 zipBall : false
4446 out-file-path : ${{ inputs.target-dir }}
4547
4648 - name : Rename file
4749 run : |
48- mv $GITHUB_WORKSPACE/${{ steps.file-name.outputs.file_name }} $GITHUB_WORKSPACE/${{ inputs.file-name }}
50+ mv -v $GITHUB_WORKSPACE/${{ steps.gen- file-name.outputs.file_name }} $GITHUB_WORKSPACE/${{ inputs.file-name }}
4951 shell : bash
5052
5153branding :
Original file line number Diff line number Diff line change 11<!doctype html>
22
33< html >
4- < markdown-html version ="1.17.7 " author ="PJ568 " repo ="https://github.com/PJ-568/markdown.html "
4+ < markdown-html version ="1.17.8 " author ="PJ568 " repo ="https://github.com/PJ-568/markdown.html "
55 license ="CC BY-SA 4.0 International "> </ markdown-html >
66
77< head >
You can’t perform that action at this time.
0 commit comments