CD
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 18s

This commit is contained in:
2025-02-24 08:02:21 +01:00
parent c2128b9cce
commit 134478c436

View File

@@ -17,6 +17,12 @@ jobs:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with: