mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Add a deploy workflow
This commit is contained in:
9
.github/workflows/build-site.yml
vendored
9
.github/workflows/build-site.yml
vendored
@@ -1,6 +1,13 @@
|
||||
name: Build Site
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- '!master' # TODO re-enable when reusing artifacts for deploying
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build_site:
|
||||
|
||||
Reference in New Issue
Block a user