Skip to content

Commit 71c8e49

Browse files
authored
Added fix to avoid syncing github pages when updating unrelated files (pandoc build script)
1 parent 18e142e commit 71c8e49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sync-gh-pages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Sync gh-pages branch with master branch
22

33
on:
44
push:
5+
paths-ignore: [ '**/pandoc_workflow.yaml' ]
56
branches: [ master, feature-sync-pages ]
67

78
jobs:

0 commit comments

Comments
 (0)