Skip to content

Commit

Permalink
Attempt to fix new site github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbobbio committed Jul 15, 2024
1 parent 2b9560a commit eac3ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
cd doc/book
./build-all-versions.sh ../../website/doc/book
- name: Install Zola
- uses: taiki-e/install-action@v2
uses: taiki-e/install-action@v2
with:
tool: [email protected]
- name: Build Website With Zola
- name: Build Website with Zola
run: |
cd website2
zola build
Expand Down

0 comments on commit eac3ecd

Please sign in to comment.