debug
CICD / Explore-Gitea-Actions (push) Failing after 11s
Details
CICD / Explore-Gitea-Actions (push) Failing after 11s
Details
This commit is contained in:
parent
91065def51
commit
72a1405c92
|
|
@ -15,7 +15,9 @@ jobs:
|
||||||
apt update
|
apt update
|
||||||
cat /etc/os-release
|
cat /etc/os-release
|
||||||
apt install -y ca-certificates curl gnupg
|
apt install -y ca-certificates curl gnupg
|
||||||
apt install -y hugo
|
wget https://github.com/gohugoio/hugo/releases/download/v0.163.3/hugo_0.163.3_linux-amd64.deb
|
||||||
|
sudo dpkg -i hugo_0.163.3_linux-amd64.deb
|
||||||
|
|
||||||
- name: Build Hugo
|
- name: Build Hugo
|
||||||
run: |
|
run: |
|
||||||
hugo --help
|
hugo --help
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue