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 08ad141 commit 6be214cCopy full SHA for 6be214c
.github/workflows/build_docs.yml
@@ -19,7 +19,7 @@ jobs:
19
# ===============================
20
- name: Commit documentation changes
21
run: |
22
- git clone https://github.com/ammaraskar/sphinx-action-test.git --branch gh-pages --single-branch gh-pages
+ git clone https://github.com/C-Achard/cellseg-annotator-test.git --branch gh-pages --single-branch gh-pages
23
cp -r docs/_build/html/* gh-pages/
24
cd gh-pages
25
touch .nojekyll
0 commit comments