mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-24 22:10:39 +00:00
update to hugo v0.80 in ci
This commit is contained in:
parent
25c027a522
commit
0a7ec677a8
@ -18,7 +18,7 @@ steps:
|
|||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: klakegg/hugo:0.74.3-ext-alpine
|
image: klakegg/hugo:0.80.0-ext-alpine-ci
|
||||||
commands:
|
commands:
|
||||||
- mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekblog
|
- mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekblog
|
||||||
- hugo-official -s exampleSite/ -b http://localhost/
|
- hugo-official -s exampleSite/ -b http://localhost/
|
||||||
@ -167,7 +167,7 @@ steps:
|
|||||||
- curl -sSL https://github.com/thegeeklab/hugo-geekblog/releases/latest/download/hugo-geekblog.tar.gz | tar -xz -C exampleSite/themes/hugo-geekblog/ --strip-components=1
|
- curl -sSL https://github.com/thegeeklab/hugo-geekblog/releases/latest/download/hugo-geekblog.tar.gz | tar -xz -C exampleSite/themes/hugo-geekblog/ --strip-components=1
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: klakegg/hugo:0.74.3-ext-alpine
|
image: klakegg/hugo:0.80.0-ext-alpine-ci
|
||||||
commands:
|
commands:
|
||||||
- hugo-official -s exampleSite/
|
- hugo-official -s exampleSite/
|
||||||
|
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2020 Robert Kaussow
|
Copyright (c) 2021 Robert Kaussow
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
Loading…
Reference in New Issue
Block a user