Skip to content

Commit

Permalink
Merge pull request #7 from tvavra/web_build
Browse files Browse the repository at this point in the history
Added github actions for web_build
  • Loading branch information
vavroch2010 authored and GitHub Enterprise committed Feb 19, 2024
2 parents dd2e138 + ba38721 commit ed66a07
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/web_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
###
name: Automatic web build

on:
push:
branches:
- master
jobs:
build_web_site:
runs-on: [ web-builder-22.04 ]
steps:
- name: Build_web
run: /scripts/build_web.sh


0 comments on commit ed66a07

Please sign in to comment.