Skip to content

Commit 1c43df1

Browse files
Merge pull request #160 from Deltares/EleniSmyrniou-patch-1
Update CI-Docs.yml
2 parents 2b79300 + 5089a8f commit 1c43df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI-Docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
poetry config virtualenvs.path ~/.virtualenvs
4343
4444
- name: Install Dependencies
45-
run: poetry install -E server
45+
run: poetry install
4646

4747
- name: Build sphinx documentation
4848
run: |
@@ -68,4 +68,4 @@ jobs:
6868
with:
6969
branch: gh-pages
7070
directory: gh-pages
71-
github_token: ${{ secrets.GITHUB_TOKEN }}
71+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)