Merge pull request #4 from GeekOops/ci

Add CI to new pull requests
This commit is contained in:
Felix Niederwanger 2022-06-29 11:49:23 +02:00 committed by GitHub
commit 4b0eb94e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

21
.github/workflows/CI.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: Check hugo build
'on':
pull_request:
branches:
- main
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: true
ssh-key: ''
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
- name: Build
run: hugo --minify