parent
d5bafa70e5
commit
8253995af7
1 changed files with 4 additions and 2 deletions
|
@ -1,11 +1,13 @@
|
||||||
name: Hugo
|
name: Hugo
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: hugo-latest
|
runs-on: hugo-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run build task
|
- name: Run build task
|
||||||
|
|
Loading…
Add table
Reference in a new issue