mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
test: add github action
builds test site with latest Hugo version
This commit is contained in:
parent
a08f805ddd
commit
2f98b006bf
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build-test-site.yaml
vendored
7
.github/workflows/build-test-site.yaml
vendored
|
@ -6,6 +6,11 @@ on:
|
|||
- master
|
||||
paths:
|
||||
- 'wowchemy/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'wowchemy/**'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
@ -13,7 +18,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||
submodules: true # Fetch any Git submodules (true OR recursive)
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
|
||||
- name: Setup Hugo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue