Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
PAGES_BRANCH: gh-pages
if: (contains(github.ref, 'develop') || contains(github.ref, 'main')) && github.event_name == 'push'
run: |
# mkdocs gh-deploy --force
git config user.name doc-bot
git config user.email doc-bot@openml.com
current_version=$(git tag | sort --version-sort | tail -n 1)
Expand All @@ -60,4 +59,4 @@ jobs:
--update-aliases \
"${current_version}" \
"latest"\
-b $PAGES_BRANCH origin/$PAGES_BRANCH
-b $PAGES_BRANCH