Skip to content

Commit 1d961d9

Browse files
committed
[GitHub Action] only install pelican for now
1 parent 1ef7417 commit 1d961d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pelican.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Checkout custom theme
3030
run: git clone https://github.com/pemo-ml/mywilson.git .theme
3131

32-
- name: Install dependencies
33-
run: pip install -r requirements.txt
32+
- name: Install Pelican
33+
run: pip install pelican
3434

3535
- name: Build site with Pelican
3636
run: |

0 commit comments

Comments
 (0)