Skip to content

Commit

Permalink
IJMP-1873 Check for docs
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Sep 5, 2024
1 parent cf171a9 commit 95fd5d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# git status
git checkout docs
git merge release/v0.5.0
git merge release/v0.5.0 --allow-unrelated-histories
# Preparing the docs
./gradlew dokkaHtml
Expand All @@ -69,6 +69,8 @@ jobs:
mkdir -m 755 "docs/$VERSION"
# Moving the built docs
rm README.md
mv README_FOR_DOCS.md README.md
mv build/dokka/html/* "docs/$VERSION"
# Writing Jekyll-related things to the index.html
Expand Down

0 comments on commit 95fd5d6

Please sign in to comment.