mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-25 04:12:17 +01:00
disable latest
This commit is contained in:
3
index.js
3
index.js
@@ -19,7 +19,8 @@ async function run() {
|
|||||||
|
|
||||||
let hugoVersion = core.getInput('hugo-version');
|
let hugoVersion = core.getInput('hugo-version');
|
||||||
if (!hugoVersion) {
|
if (!hugoVersion) {
|
||||||
hugoVersion = 'latest';
|
// TODO: get latest version of Hugo
|
||||||
|
hugoVersion = '0.58.2';
|
||||||
}
|
}
|
||||||
core.debug('Hugo version:', hugoVersion);
|
core.debug('Hugo version:', hugoVersion);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user