fix it
This commit is contained in:
parent
2a8821e1d9
commit
d030a5d9f7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ steps:
|
|||
- 'apt install -y curl'
|
||||
- 'SASS_URL=$(curl -s https://api.github.com/repos/sass/dart-sass/releases/latest | grep "browser_download_url.*dart-sass-.*-linux-x64.tar.gz" | cut -d : -f 2,3 | tr -d \")'
|
||||
- 'curl $SASS_URL -LO'
|
||||
- 'HUGO_URL=$(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | grep "browser_download_url.*hugo_.*_linux-amd64.tar.gz" | cut -d : -f 2,3 | tr -d \")''
|
||||
- 'HUGO_URL=$(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | grep "browser_download_url.*hugo_.*_linux-amd64.tar.gz" | cut -d : -f 2,3 | tr -d \")'
|
||||
- 'curl $HUGO_URL -LO'
|
||||
- 'tar -xf dart-sass-*.tar.gz'
|
||||
- 'tar -xf hugo_*_linux-amd64.tar.gz --one-top-level'
|
||||
|
|
Loading…
Reference in a new issue