Merge branch 'main' into develop

This commit is contained in:
Sam Tate 2024-06-28 11:10:39 +01:00
commit 6e37d9946d

View file

@ -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: