Skip to content

Commit

Permalink
feat: dokka setting final
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyuri1114 committed Sep 10, 2024
1 parent 1d0f7d1 commit 57c220d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: release

on:
push:
branches:
- main
push
# branches:
# - main

jobs:
release:
Expand All @@ -30,6 +30,6 @@ jobs:
- uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: github-pages
branch: gh-pages
folder: compose/build/dokka/html
target-folder: docs/0.x/

0 comments on commit 57c220d

Please sign in to comment.