mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-21 20:31:33 -05:00
Pin Hugo v0.119.0
This commit is contained in:
parent
87adb43a57
commit
d708140d38
@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
curl -L -s https://api.github.com/repos/gohugoio/hugo/releases/latest | grep "browser_download_url.*extended.*linux-amd64.tar.gz" | cut -d : -f 2,3 | sed 's/"//g' | xargs wget
|
||||
#curl -L -s https://api.github.com/repos/gohugoio/hugo/releases/0.119.0 | grep "browser_download_url.*extended.*linux-amd64.tar.gz" | cut -d : -f 2,3 | sed 's/"//g' | xargs wget
|
||||
|
||||
wget https://github.com/gohugoio/hugo/releases/download/v0.119.0/hugo_0.119.0_Linux-64bit.tar.gz
|
||||
|
||||
tar xvf ./*.tar.gz
|
||||
chmod u+x ./hugo
|
||||
|
@ -1,5 +1,5 @@
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.120.1"
|
||||
HUGO_VERSION = "0.119.0"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo -b $DEPLOY_PRIME_URL"
|
||||
|
Loading…
Reference in New Issue
Block a user