This commit is contained in:
parent
35f674870f
commit
1979a123cb
1 changed files with 15 additions and 2 deletions
|
@ -1,6 +1,19 @@
|
||||||
|
name: Deploy
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Setup Hugo
|
||||||
|
uses: peaceiris/actions-hugo@v3
|
||||||
|
with:
|
||||||
|
hugo-version: '0.119.0'
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: hugo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue