This commit is contained in:
@@ -16,10 +16,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /home/zaine/logs
|
mkdir -p /home/zaine/logs
|
||||||
make 2>&1 | tee /home/zaine/logs/org-roam.log
|
make 2>&1 | tee /home/zaine/logs/org-roam.log
|
||||||
|
|
||||||
- name: Monitor build and notify Discord
|
- name: Monitor build and notify Discord
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user