Skip to content

Commit

Permalink
Fix github actions for deploy dokka pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Nlkomaru committed Jan 6, 2024
1 parent 0c55f95 commit 59e57d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 93 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
with:
# Upload entire repository
path: 'build/dokka/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

- uses: release-drafter/release-drafter@v5
id: release-drafter
Expand Down
54 changes: 0 additions & 54 deletions src/test/kotlin/dev/nikomaru/raceassist/RaceAssistTest.kt

This file was deleted.

This file was deleted.

0 comments on commit 59e57d6

Please sign in to comment.