.forgejo/workflows/build.yaml aktualisiert
Some checks failed
build-to-pages / build (push) Failing after 1s
build-to-pages / push (push) Failing after 2s

This commit is contained in:
hoernschen 2023-10-22 19:26:55 +00:00
parent 64453603a5
commit 626caafcfb

View file

@ -4,16 +4,17 @@ branches: [main]
jobs: jobs:
build: build:
runs-on: docker runs-on: docker
env: #env:
HUGO_VERSION: 0.115.4 # HUGO_VERSION: 0.115.4
steps: steps:
- name: Install Hugo CLI - name: Install Hugo CLI
# run: apt install hugo run: apt install hugo
run: | # run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \ # 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 # && 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
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: recursive submodules: recursive