Skip to content

Commit 9847f1b

Browse files
Fix documentation typo
1 parent b56906c commit 9847f1b

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ jobs:
2525
- name: Set up Micromamba
2626
uses: mamba-org/setup-micromamba@v2
2727
with:
28-
micromamba-version: "latest" # Use the latest version of micromamba
28+
micromamba-version: "latest"
2929
environment-file: environment.yaml
3030
init-shell: bash
3131
cache-environment: true
3232
post-cleanup: 'all'
33-
# cache: true # Cache the micromamba environment
3433

3534
- name: Install package
3635
shell: bash -l {0}
@@ -50,7 +49,6 @@ jobs:
5049
- name: Upload Documentation Artifact
5150
uses: actions/upload-pages-artifact@v3
5251
with:
53-
# name: documentation
5452
path: doc/
5553

5654
deploy:
@@ -64,14 +62,5 @@ jobs:
6462
name: github-pages
6563
url: ${{ steps.deployment.outputs.page_url }}
6664
steps:
67-
# - name: Download Documentation Artifact
68-
# uses: actions/download-artifact@v4
69-
# with:
70-
# name: documentation
71-
# path: .
72-
7365
- name: Deploy to GiHub Pages
7466
uses: actions/deploy-pages@v4
75-
# with:
76-
# artifact_name: documentation
77-

doc/start_page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cd synapse-net
3636
```bash
3737
conda env create -f environment.yaml
3838
```
39-
- If you are using Windows then you have to use a different environment file for the installation: Use `environment_gpu_win.yaml` if you have a GPU and `environment_cpu_win.yaml` without a GPU.
39+
If you are using Windows then you have to use a different environment file for the installation: Use `environment_gpu_win.yaml` if you have a GPU and `environment_cpu_win.yaml` without a GPU.
4040
- You will need to confirm this step. It will take a while. Afterwards you can activate the environment:
4141
```bash
4242
conda activate synapse-net

0 commit comments

Comments
 (0)