Updates to the build.yml
All checks were successful
Build Org Website / build (push) Successful in 41s
All checks were successful
Build Org Website / build (push) Successful in 41s
This commit is contained in:
@@ -19,7 +19,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
run: make
|
run: |
|
||||||
|
mkdir -p /home/zaine/logs
|
||||||
|
make 2>&1 | tee /home/zaine/logs/org-web-build.log
|
||||||
|
|
||||||
- name: Monitor build and notify Discord
|
- name: Monitor build and notify Discord
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user