Revert to github actions
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m15s
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after -16m15s
This commit is contained in:
parent
110c5292d1
commit
f9f8d92098
2 changed files with 4 additions and 17 deletions
|
@ -10,12 +10,10 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Manual checkout
|
- uses: actions/checkout@v4
|
||||||
run: |
|
with:
|
||||||
git clone ${{ github.server_url }}/${{ github.repository }} .
|
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||||
cd ${{ github.repository }}
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||||
git checkout ${{ github.sha }}
|
|
||||||
git submodule init
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: apt-get install hugo -y
|
run: apt-get install hugo -y
|
||||||
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
name: Test Runner
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
steps:
|
|
||||||
- name: Simple test
|
|
||||||
run: echo "Hello World"
|
|
Loading…
Add table
Add a link
Reference in a new issue