You've already forked pedini.dev
feat: add build workflow
All checks were successful
Build website to check for errors / test (push) Successful in 22s
All checks were successful
Build website to check for errors / test (push) Successful in 22s
- Add new Gitea build workflow to check for Hugo site errors on main branch pushes - Update deploy workflow: changed name and group
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
name: Deploy website on production server when committing on main
|
||||
name: Deploy website on production server on a tag
|
||||
concurrency:
|
||||
group: deploy-website
|
||||
group: deploy
|
||||
cancel-in-progress: false
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
defaults:
|
||||
|
||||
Reference in New Issue
Block a user