Skip to content

Commit ed66a07

Browse files
vavroch2010GitHub Enterprise
authored andcommitted
Merge pull request #7 from tvavra/web_build
Added github actions for web_build
2 parents dd2e138 + ba38721 commit ed66a07

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/web_build.yml

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

0 commit comments

Comments
 (0)