Skip to content

Commit

Permalink
🔨 CI: fix deployment of GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
berlix committed Aug 29, 2023
1 parent 72a9fd7 commit 5f0c7f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
cp -r build/dokka/htmlMultiModule apidocs/$VERSION
rm -f apidocs/latest
ln -s $VERSION apidocs/latest
git config user.email "[email protected]"
git config user.name "Automation"
git add apidocs/$VERSION apidocs/latest
git commit -m "Add docs for $VERSION"
git push
Expand Down

0 comments on commit 5f0c7f4

Please sign in to comment.