mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
workflows : ignore some paths
This commit is contained in:
parent
04fb367d2e
commit
95aa9c391b
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -2,6 +2,10 @@ name: Build GH-Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'images/**'
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
branches:
|
||||
- master
|
||||
- exampleSite
|
||||
|
Loading…
Reference in New Issue
Block a user