.forgejo/workflows/build.yaml aktualisiert
This commit is contained in:
parent
e25c3e7f54
commit
9c5843e800
1 changed files with 2 additions and 5 deletions
|
@ -8,13 +8,10 @@ jobs:
|
||||||
# HUGO_VERSION: 0.115.4
|
# HUGO_VERSION: 0.115.4
|
||||||
steps:
|
steps:
|
||||||
- name: Install Hugo CLI
|
- name: Install Hugo CLI
|
||||||
run: apt update && apt install hugo -y
|
run: apt update && apt install hugo -y
|
||||||
# run: |
|
|
||||||
# wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
|
||||||
# && dpkg -i ${{ runner.temp }}/hugo.deb
|
|
||||||
- name: Install Dart Sass
|
- name: Install Dart Sass
|
||||||
# run: sudo snap install dart-sass
|
# run: sudo snap install dart-sass
|
||||||
run: npm install -g sass
|
run: hugo version
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
Loading…
Reference in a new issue