initial commit
This commit is contained in:
commit
dc56a67490
7 changed files with 64 additions and 0 deletions
23
.forgejo/workflows/hugo.yaml
Normal file
23
.forgejo/workflows/hugo.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- run: ls -la
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: '0.119.0'
|
||||
extended: true
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
- run: ls -la public
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue