Skip to content

Commit dac7977

Browse files
authored
Fix a minor oversight in #1407
1 parent dcd69b1 commit dac7977

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
python-version: 3.11
6666
- name: Install dependencies
6767
run: |
68+
cd md
6869
python -m pip install --upgrade pip setuptools
6970
python -m pip install .[docs]
7071
- name: Build

.github/workflows/manual_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
python-version: 3.11
3232
- name: Install dependencies
3333
run: |
34+
cd md
3435
python -m pip install --upgrade pip setuptools
3536
python -m pip install .[docs]
3637
- name: Build

0 commit comments

Comments
 (0)