Skip to content

Commit e3492d1

Browse files
authored
Update workflow to include contributors.html
1 parent 04dd967 commit e3492d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/search_sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: sync_searcher
1+
name: Sync Extra Pages
22
on:
33
workflow_dispatch:
44
workflow_run:
@@ -55,8 +55,8 @@ jobs:
5555
5656
- name: Commit files to gh-pages
5757
run: |
58-
git add search.html browse.html
59-
git commit -m "Add search.html and browse.html from external source"
58+
git add search.html browse.html contributors.html
59+
git commit -m "Add search.html, contributors.html and browse.html from external source"
6060
6161
- name: Push changes to gh-pages
6262
env:

0 commit comments

Comments
 (0)