changed push branch
This commit is contained in:
parent
a376f740c2
commit
5c5f950bac
|
@ -2,8 +2,7 @@ name: Deploy to GitHub Pages
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- hugo
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: Build and Deploy
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [gh-pages]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Reference in New Issue