Skip to content

Commit

Permalink
[build] fix building documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fab1an committed May 5, 2024
1 parent d32f7d5 commit caf0949
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ jobs:
- name: Check repository for commits
run: |
if [ -n "$(git status --porcelain)" ]; then
echo "there are changes"
echo "Build created uncommitted changes in repository"
exit 1
else
echo "no changes"
fi
- uses: actions/configure-pages@v3
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,5 @@ task buildDocumentation(dependsOn: ['dokkaHtml']) {
}
delete("${project.rootDir}/documentation/${project.version}/older")
}
file("${project.rootDir}/documentation/test").createNewFile()
}
}

0 comments on commit caf0949

Please sign in to comment.