1
0
Fork 0

...
Deploy / deploy (push) Failing after 36s Details

This commit is contained in:
Digital Studium 2023-05-09 17:34:37 +03:00
parent c913d18573
commit 8faf24362d
1 changed files with 2 additions and 1 deletions

View File

@ -11,9 +11,10 @@ jobs:
steps:
- name: Fetch repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0
- name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v2