This commit is contained in:
Dave Kerr
2025-03-11 10:47:35 +00:00
parent 63adb0a350
commit 558f24ad63

View File

@@ -34,6 +34,7 @@ jobs:
- name: Build Website - name: Build Website
run: | run: |
cd .github/website cd .github/website
make install
make build make build
cp build/. '../pages' cp build/. '../pages'
- name: Upload artifact - name: Upload artifact