This commit is contained in:
19
.gitea/workflows/build.yml
Normal file
19
.gitea/workflows/build.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
name: Build Roam Site
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: site-build
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: make
|
||||||
Reference in New Issue
Block a user