Revert to github actions
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m15s

This commit is contained in:
Alex Selimov 2025-07-12 21:38:41 -04:00
parent 110c5292d1
commit f9f8d92098
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
2 changed files with 4 additions and 17 deletions

View file

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