-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get rid of gh-pages branch #815
Conversation
This reverts commit f250352.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the versioning plugin seems to be quite complex to configure (see here), should we maybe separate this into two prs? (one getting rid of the gh-pages branch, another one configuring the versioning plugin)
# 2) Call dokkaHtmlMultiModule for current version | ||
# - if this is a release build move current docs into docs-cache/$version | ||
# - otherwise move it into docs-cache/current | ||
# 3) Build GitHub Pages artifact | ||
# - Move all folders not named "current" into docs/<folder> | ||
# - Move current into docs/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't get where this is done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the produceDocs tasks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it custom? cause if so, you didn't commit it
Co-authored-by: Lukellmann <[email protected]>
Co-authored-by: Lukellmann <[email protected]>
Superseded by #855 |
Since it works for the wiki, let's try this again