parent
2f830f8c8d
commit
20ee3d51cf
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/build.yaml
Normal file
12
.forgejo/workflows/build.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
build:
|
||||
runs-on: build
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://data.forgejo.org/actions/checkout@v4
|
||||
- name: Build Astro site
|
||||
run: npm run astro build
|
||||
Loading…
Add table
Add a link
Reference in a new issue