Merge branch 'main' into develop
This commit is contained in:
commit
6e37d9946d
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
name: Hugo Deploy Pipeline
|
||||
run-name: Builds the Hugo site and Deploys via SSH to the Server
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
Build-and-Deploy:
|
||||
|
|
Loading…
Reference in a new issue