We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60bdce8 commit b4b5b11Copy full SHA for b4b5b11
1 file changed
.github/workflows/api_docs.yml
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-latest
40
steps:
41
- uses: actions/checkout@v3
42
- - run: git checkout api-doc 2>/dev/null || git checkout -b api-doc
+ - run: git checkout api-docs 2>/dev/null || git checkout -b api-docs
43
- uses: actions/setup-python@v4
44
with:
45
python-version: 3.x
0 commit comments