Skip to content

Commit e3998b2

Browse files
trying to fix docs.yml
1 parent cbb416b commit e3998b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,18 @@ jobs:
1313
# The type of runner that the job will run on
1414
runs-on: ubuntu-latest
1515
steps:
16+
- uses: actions/setup-python@v4
17+
with:
18+
python-version: '3.10'
1619
- name: Checkout
1720
uses: actions/checkout@v4
1821
with:
1922
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
2023
- name: Install dependencies
2124
run: |
2225
sudo apt-get update;
23-
sudo apt-get install pandoc
26+
sudo apt-get install pandoc;
27+
pip install -e .
2428
- name: Build and Commit
2529
uses: sphinx-notes/pages@v2
2630
with:

0 commit comments

Comments
 (0)