1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2026-01-12 19:12:56 -05:00

forking a vanilla Docker image from the GH action repo

This commit is contained in:
2020-07-26 10:34:47 -04:00
parent d7339726c5
commit d719294af7
4 changed files with 36 additions and 63 deletions

View File

@@ -1,22 +0,0 @@
name: Build docs
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout action
uses: actions/checkout@master
with:
fetch-depth: 1
- name: Checkout gohugoio/hugoDocs
uses: actions/checkout@master
with:
repository: gohugoio/hugoDocs
path: docs/
fetch-depth: 1
- name: Build site
uses: ./
with:
args: --source docs/ --minify --enableGitInfo --verbose