Skip to content

Commit

Permalink
Fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Jun 28, 2024
1 parent 31571a7 commit 996ed6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Build website
run: |
curl -sSfL https://github.com/mitsuhiko/minijinja/releases/latest/download/minijinja-cli-installer.sh | sh
make -f web/Makefile
cd web && ./build.sh
cd web && make build
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
Expand Down

0 comments on commit 996ed6f

Please sign in to comment.