Move action
This commit is contained in:
parent
ec05481d64
commit
61b0c2c7a2
1 changed files with 0 additions and 26 deletions
|
|
@ -1,26 +0,0 @@
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Setup Go
|
|
||||||
uses: actions/setup-go@v5
|
|
||||||
with:
|
|
||||||
go-version: '1.22.4'
|
|
||||||
- name: Setup Hugo
|
|
||||||
uses: https://github.com/peaceiris/actions-hugo@v3
|
|
||||||
with:
|
|
||||||
hugo-version: 'latest'
|
|
||||||
- name: build
|
|
||||||
run: hugo --minify
|
|
||||||
- name: push public
|
|
||||||
run: |
|
|
||||||
cp -rf public/* /sitestatic
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue