Skip to content

Commit b4b5b11

Browse files
authored
💚 Use correct branch for push in api_docs (#63)
1 parent 60bdce8 commit b4b5b11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/api_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v3
42-
- run: git checkout api-doc 2>/dev/null || git checkout -b api-doc
42+
- run: git checkout api-docs 2>/dev/null || git checkout -b api-docs
4343
- uses: actions/setup-python@v4
4444
with:
4545
python-version: 3.x

0 commit comments

Comments
 (0)