Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaaaanquish committed Jun 21, 2024
1 parent a6cae67 commit 0e36d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: chmod +x gradlew
- name: build
run: |
./gradlew build
./gradlew jsBrowserProductionWebpack
- name: deploy
uses: JamesIves/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion torisetsu/src/jsMain/kotlin/core/ComposeQuiz.kt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class ComposeQuiz : Quiz {
),
Question(
id = 11,
questionText = "このコードの実行結果は?",
questionText = "このコードの実行結果は?\nprintln(\"-\"?.let{null}?:\"_\")",
answerOptions = listOf(
AnswerOption("正解", 21, false),
AnswerOption("不正解", 10, false),
Expand Down

0 comments on commit 0e36d18

Please sign in to comment.