Skip to content

Commit

Permalink
Build all of the html pages for Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark authored Jan 25, 2025
1 parent 4506028 commit c15eeb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
run: |
meson setup build \
-Dwith-appletalk=true \
-Dwith-docs=html_manual
-Dwith-docs=html_manual \
-Dwith-website=true
- name: Build
run: meson compile -C build
- name: Setup Pages
Expand Down

0 comments on commit c15eeb0

Please sign in to comment.