Skip to content

Commit 5d7fda0

Browse files
committed
[CI] Missing install directive in build.yml
1 parent 4e86d00 commit 5d7fda0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ jobs:
2727
python-version: '3.11'
2828
architecture: 'x64'
2929
cache: 'pip'
30+
- name: Install Zola
31+
uses: taiki-e/install-action@v2
32+
with:
33+
3034
- name: Build and publish the site
3135
run: |
32-
pip install -r requirements.txt
36+
python -m pip install --user -U ghp-import==2.1.0
3337
source ~/.bashrc
3438
git config --global user.name "hugsy"
3539
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)