Skip to content

Commit

Permalink
[CI] Missing install directive in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jul 15, 2024
1 parent 4e86d00 commit 5d7fda0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ jobs:
python-version: '3.11'
architecture: 'x64'
cache: 'pip'
- name: Install Zola
uses: taiki-e/install-action@v2
with:
tool: zola@0.19.1
- name: Build and publish the site
run: |
pip install -r requirements.txt
python -m pip install --user -U ghp-import==2.1.0
source ~/.bashrc
git config --global user.name "hugsy"
git config --global user.email "hugsy@users.noreply.github.com"
Expand Down

0 comments on commit 5d7fda0

Please sign in to comment.