Skip to content

Commit

Permalink
Add github action to build and deploy zola site
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbobbio committed Jul 15, 2024
1 parent 0d84fb2 commit e92019d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ jobs:
mkdir -p website/doc/book
cd doc/book
./build-all-versions.sh ../../website/doc/book
- name: Install Zola
- uses: taiki-e/install-action@v2
with:
tool: [email protected]
- name: Build Website With Zola
run: |
cd website2
zola build
mv public ../website/new
- name: Set up Pages
uses: actions/configure-pages@v4
- name: Upload Artifact
Expand Down

0 comments on commit e92019d

Please sign in to comment.