Added site to this repo and Gitlab to build it
This commit is contained in:
parent
8dafa6fa8f
commit
c474b18232
50 changed files with 1812 additions and 1 deletions
|
|
@ -35,4 +35,19 @@ jobs:
|
|||
go test -p 1 ./...
|
||||
env:
|
||||
TEST_DYNAMO_URL: "http://localstack:4566"
|
||||
GOPRIVATE: "github:com/lmika/*"
|
||||
GOPRIVATE: "github:com/lmika/*"
|
||||
site:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: '0.146.0'
|
||||
- name: Build
|
||||
run: |
|
||||
cd _site
|
||||
mkdir -p themes
|
||||
git clone https://github.com/alex-shpak/hugo-book.git themes/hugo-book
|
||||
hugo --minify
|
||||
Loading…
Add table
Add a link
Reference in a new issue