parent
e004a8fbcc
commit
8e187d5e0b
@ -4,6 +4,10 @@ on: [push]
|
||||
jobs:
|
||||
Build-And-Deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
needs: test
|
||||
if: gitea.ref == 'refs/heads/master'
|
||||
|
||||
steps:
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user