Change to manual checkout
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m55s

This commit is contained in:
Alex Selimov 2025-07-12 16:04:40 -04:00
parent 172801c2d5
commit 3517f6ca1b
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -10,11 +10,12 @@ jobs:
deploy: deploy:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: https://github.com/actions/checkout@v4 - name: Manual checkout
with: run: |
submodules: true # Fetch Hugo themes (true OR recursive) git clone ${{ github.server_url }}/${{ github.repository }} .
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod cd ${{ github.repository }}
git checkout ${{ github.sha }}
git submodule init
- name: Setup - name: Setup
run: apt-get install hugo -y run: apt-get install hugo -y