update
Some checks failed
Hugo / build (push) Failing after 10s

This commit is contained in:
brookee 2024-02-27 02:19:22 -05:00
parent cf97941f40
commit 819a1e2839

View file

@ -9,10 +9,7 @@ jobs:
steps: steps:
- name: Grab dependancies - name: Grab dependancies
run: apt-get update && apt-get install -y rsync tar run: apt-get update && apt-get install -y rsync tar && wget -O hugo.tar.gz $(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | jq -r '.assets[] | select(.name | test("hugo_[^extended].*_Linux-64bit.tar.gz")) | .browser_download_url') && tar -xzvf hugo.tar.gz && chmod +x hugo
run: wget -O hugo.tar.gz $(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | jq -r '.assets[] | select(.name | test("hugo_[^extended].*_Linux-64bit.tar.gz")) | .browser_download_url')
run: tar -xzvf hugo.tar.gz
run: chmod +x hugo
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Run build task - name: Run build task
run: ./hugo --minify --logLevel info run: ./hugo --minify --logLevel info