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