File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3535 - name : Update documentation sample
3636 run : |
3737 unzip tiny-cli/build/distributions/tiny-cli-${{github.ref_name}}.zip
38+ tiny-cli-${{github.ref_name}}/bin/tiny-cli docs --output tiny-doc/src/docs/asciidoc/dependencies/tiny-cli-commands.adoc
3839 tiny-cli-${{github.ref_name}}/bin/tiny-cli export tiny-sample
39- unzip -o -d tiny-doc/src/docs/asciidoc/sample tiny-sample/tiny-export.zip
40+ unzip -o -d tiny-doc/src/docs/asciidoc/sample/game-example tiny-sample/tiny-export.zip
41+ tiny-cli-${{github.ref_name}}/bin/tiny-cli export tiny-cli/src/main/resources/sfx
42+ unzip -o -d tiny-doc/src/docs/asciidoc/sample/sfx-editor tiny-cli/src/main/resources/sfx/tiny-export.zip
4043 - name : Build examples and generate Asciidoctor HTML pages
4144 run : ./gradlew asciidoctor -Pversion="${{github.ref_name}}"
4245 - name : Copy generated content into gh-pages.
You can’t perform that action at this time.
0 commit comments