Skip to content

Commit 605aa7c

Browse files
committed
Added github action for web build on policy change
1 parent bf78594 commit 605aa7c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/web_build.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
###
2+
name: Automatic web build
3+
on:
4+
push:
5+
branches:
6+
- master
7+
jobs:
8+
build_web_site:
9+
runs-on: [ web-builder-22.04 ]
10+
steps:
11+
- name: Build_web
12+
run: /scripts/build_web.sh
13+
14+

0 commit comments

Comments
 (0)