Skip to content

Commit

Permalink
Update sample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar authored Oct 7, 2024
1 parent daacfa7 commit 14e1471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish KDocs
name: Publish sample
on:
push:
branches:
Expand All @@ -13,7 +13,7 @@ jobs:
java-version: 17
- name: Build
run: ./gradlew jsBrowserDistribution
- name: Publish KDocs
- name: Publish sample
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 14e1471

Please sign in to comment.