Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
da797997c0
Downgrade checkout
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m33s
2025-07-12 00:25:32 -04:00
24a03827c8
Remove external dependency
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m50s
2025-07-12 00:24:34 -04:00

View file

@ -10,16 +10,13 @@ jobs:
deploy: deploy:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v2
with: with:
submodules: true # Fetch Hugo themes (true OR recursive) submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo - name: Setup
uses: peaceiris/actions-hugo@v3 run: apt-get install hugo -y
with:
hugo-version: "0.119.0"
# extended: true
- name: Build - name: Build
run: hugo --minify run: hugo --minify