This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: CD for startPage
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Run build step
|
||||
run: ./build.sh
|
||||
Reference in New Issue
Block a user