asdf
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 5s

This commit is contained in:
Mans Ziesel 2023-06-12 22:28:35 +02:00
parent 4c9d1954c4
commit 0a7c108a8c

View File

@ -22,14 +22,12 @@ jobs:
HUGO_VERSION: 0.108.0 HUGO_VERSION: 0.108.0
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@latest
with: with:
fetch-depth: 0 fetch-depth: 0
- name: hugo - name: hugo
uses: https://github.com/klakegg/actions-hugo@1.0.0 uses: https://github.com/klakegg/actions-hugo@1.0.0
with:
image: asciidoctor-ci
- name: Upload artifact - name: Upload artifact
uses: https://github.com/actions/upload-artifact@v3 uses: https://github.com/actions/upload-artifact@v3