mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-09 11:52:00 -04:00
workflows: build on push to master/exampleSite
This commit is contained in:
parent
1a980f1dcb
commit
04fb367d2e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/gh-pages.yml
vendored
5
.github/workflows/gh-pages.yml
vendored
|
@ -1,7 +1,12 @@
|
||||||
name: Build GH-Pages
|
name: Build GH-Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- exampleSite
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
# manual run
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue