Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit d2fb845

Browse files
docs: fix deployment path (#681)
1 parent d6b866f commit d2fb845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coreneuron-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,5 @@ jobs:
164164
if: steps.documentation.outputs.status == 'done' && github.ref == 'refs/heads/master'
165165
with:
166166
branch: gh-pages # The branch the action should deploy to.
167-
folder: ${{runner.workspace}}/nrn/docs/_build # The folder the action should deploy.
167+
folder: ${{runner.workspace}}/CoreNeuron/build/docs # The folder the action should deploy.
168168
single-commit: true #have a single commit on the deployment branch instead of maintaining the full history

0 commit comments

Comments
 (0)