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

This commit is contained in:
hoernschen 2023-10-21 19:41:58 +00:00
parent 7d85ea9bb5
commit 73f831b9ae

View file

@ -15,7 +15,7 @@ jobs:
# && sudo dpkg -i ${{ runner.temp }}/hugo.deb
# - name: Install Dart Sass
# run: sudo snap install dart-sass
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build with Hugo
@ -32,7 +32,7 @@ jobs:
push:
runs-on: docker
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: pages
- uses: actions/download-artifact@v3