File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2828 - name : Read Documentation Index
2929 id : read-doc-index
3030 uses : unity3d-jp/actions/read-file@main
31+ with :
32+ filepath : ' com.unity.toonshader/Documentation~/index.md'
33+ - name : Read Documentation TOC
34+ id : read-doc-toc
35+ uses : unity3d-jp/actions/read-file@main
3136 with :
3237 filepath : ' com.unity.toonshader/Documentation~/TableOfContents.md'
3338 - name : Overwrite Readme with Index
5661 cat temp.md >> $generated_file
5762 rm temp.md
5863
64+ cat <<"EOF" >> $generated_file
65+ ${{ steps.read-doc-toc.outputs.content }}
66+ EOF
67+
5968 cat <<"EOF" >> $generated_file
6069 ${{ steps.read-footer.outputs.content }}
6170 EOF
Original file line number Diff line number Diff line change 22- [ English] ( https://docs.unity3d.com/Packages/com.unity.toonshader@latest )
33- [ 日本語] ( https://docs.unity3d.com/ja/Packages/com.unity.toonshader@latest )
44
5- # Unity Toon Shader
65
You can’t perform that action at this time.
0 commit comments