This commit is contained in:
parent
0fcbea4207
commit
97880bfa4e
@ -2,7 +2,7 @@ name: Build blog
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
@ -10,4 +10,8 @@ jobs:
|
|||||||
- run: sudo apt -qqy update
|
- run: sudo apt -qqy update
|
||||||
- run: sudo apt -qqy install hugo
|
- run: sudo apt -qqy install hugo
|
||||||
- run: hugo
|
- run: hugo
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
- with:
|
||||||
|
name: blog-public
|
||||||
|
path: public/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user