Skip to content

Commit

Permalink
feat: dokka setting test add fix tag naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyuri1114 committed Sep 10, 2024
1 parent a439d16 commit 2920d9d
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
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy Documentation to GitHub Pages
- uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: github-pages
FOLDER: compose/build/dokka/html
TARGET_FOLDER: docs/0.x/
token: ${{ secrets.GITHUB_TOKEN }}
branch: github-pages
folder: compose/build/dokka/html
target-folder: docs/0.x/

0 comments on commit 2920d9d

Please sign in to comment.