Skip to content

Commit 665124e

Browse files
committed
Correct > to >> in rewrite conf.py
1 parent ad28c44 commit 665124e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
6161
- name: Overwrite conf.py with custom config
6262
run: |
63-
echo "import os" > docs/sphinx/source/conf.py
63+
echo "import os" >> docs/sphinx/source/conf.py
6464
echo "import sys" >> docs/sphinx/source/conf.py
65-
echo "from pathlib import Path" > docs/sphinx/source/conf.py
65+
echo "from pathlib import Path" >> docs/sphinx/source/conf.py
6666
echo "sys.path.insert(0, str(Path('.').resolve()))" >> docs/sphinx/source/conf.py
6767
echo "" >> docs/sphinx/source/conf.py
6868
echo "extensions = ['breathe']" >> docs/sphinx/source/conf.py

0 commit comments

Comments
 (0)