mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 11:29:28 +00:00
Create hugo github action
This commit is contained in:
parent
424ff16092
commit
face62569e
12
.github/workflows/main.yml
vendored
Normal file
12
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: Build Example Site
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
hugo:
|
||||||
|
container: klakegg/hugo:ext-alpine
|
||||||
|
steps:
|
||||||
|
- name: Install Hugo
|
||||||
|
run: apt-get install hugo
|
||||||
|
- name: Run Hugo
|
||||||
|
run: (cd exampleSite; hugo)
|
Loading…
Reference in New Issue
Block a user