Skip to content

Commit

Permalink
Fix Dokka directory for gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonDev07 committed Sep 23, 2024
1 parent 0b4f63f commit a78d1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: docs/build/html/
path: build/dokka/html

deploy:
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit a78d1ed

Please sign in to comment.