Skip to content

Commit 27f8a1a

Browse files
mike should be fixed now (openml#1423)
1 parent 3b04654 commit 27f8a1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
PAGES_BRANCH: gh-pages
4343
if: (contains(github.ref, 'develop') || contains(github.ref, 'main')) && github.event_name == 'push'
4444
run: |
45-
# mkdocs gh-deploy --force
4645
git config user.name doc-bot
4746
git config user.email [email protected]
4847
current_version=$(git tag | sort --version-sort | tail -n 1)
@@ -60,4 +59,4 @@ jobs:
6059
--update-aliases \
6160
"${current_version}" \
6261
"latest"\
63-
-b $PAGES_BRANCH origin/$PAGES_BRANCH
62+
-b $PAGES_BRANCH

0 commit comments

Comments
 (0)