We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b04654 commit 27f8a1aCopy full SHA for 27f8a1a
.github/workflows/docs.yaml
@@ -42,7 +42,6 @@ jobs:
42
PAGES_BRANCH: gh-pages
43
if: (contains(github.ref, 'develop') || contains(github.ref, 'main')) && github.event_name == 'push'
44
run: |
45
- # mkdocs gh-deploy --force
46
git config user.name doc-bot
47
git config user.email doc-bot@openml.com
48
current_version=$(git tag | sort --version-sort | tail -n 1)
@@ -60,4 +59,4 @@ jobs:
60
59
--update-aliases \
61
"${current_version}" \
62
"latest"\
63
- -b $PAGES_BRANCH origin/$PAGES_BRANCH
+ -b $PAGES_BRANCH
0 commit comments