1
0
Fork 0

Add main.yml action

This commit is contained in:
Sebastian Schulze 2020-07-09 21:50:03 +02:00 committed by GitHub
parent b4850c59a7
commit 4fa87f6ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Go Hugo
on:
push:
branches: [ bascht.com ]
pull_request:
branches: [ bascht.com ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Hugo setup
uses: peaceiris/actions-hugo@v2.4.12
with:
hugo-version: 0.59.1