diff --git a/.github/workflows/sample.yml b/.github/workflows/sample.yml index a615b3f..027c2e5 100644 --- a/.github/workflows/sample.yml +++ b/.github/workflows/sample.yml @@ -1,4 +1,4 @@ -name: Publish KDocs +name: Publish sample on: push: branches: @@ -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 }}