Skip to content

Commit

Permalink
Update workflow to call correct make target
Browse files Browse the repository at this point in the history
  • Loading branch information
colmjude committed Nov 26, 2023
1 parent 7a272b0 commit 606ed08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Install build dependencies
run: make python-init

- name: Build roadmap pages
run: make roadmap-page
- name: Build pages
run: make pages

- name: Output git status
run: make status
Expand Down

0 comments on commit 606ed08

Please sign in to comment.