Skip to content

Commit

Permalink
Publish KLC File to GitHub Pages Site
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hilbert <Ryan.J.Hilbert@gmail.com>
  • Loading branch information
RyanHilbert authored Oct 23, 2024
1 parent b78bd32 commit 4ffb814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
steps:
- uses: actions/checkout@main
- run: kotlinc *.kt -include-runtime -d .jar -jdk-home $JAVA_HOME_21_X64
- run: $JAVA_HOME_21_X64/bin/java -classpath .jar MainKt > _site/index.html
- run: $JAVA_HOME_21_X64/bin/java -classpath .jar MainKt > _site/index.html 2> _site/kbdedit.klc
- uses: actions/upload-pages-artifact@main
- uses: actions/deploy-pages@main

0 comments on commit 4ffb814

Please sign in to comment.