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:
|
||||
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
|
||||
|
||||
|
|
|
@ -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