Skip to content

Commit

Permalink
Fixed typo in JavaDoc publish
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Jun 16, 2023
1 parent 663019d commit 84293e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
folder: build/dokkaCustomMultiModuleOutput
target-folder: dokka/${{ env.version }}
- name: Publish JavaDoc (main)
if: github.ref == 'refs/head/main'
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build/dokkaCustomMultiModuleOutput
Expand Down

0 comments on commit 84293e7

Please sign in to comment.