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 8366da7 commit fb674e2Copy full SHA for fb674e2
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: |
21
pip install poetry
22
poetry install --no-root
23
- git fetch origin gh-pages --depth=1
+ git fetch origin gh-pages
24
git config user.name ci-bot
25
git config user.email [email protected]
26
poetry run mike set-default 3.5
0 commit comments