We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04dd967 commit e3492d1Copy full SHA for e3492d1
.github/workflows/search_sync.yml
@@ -1,4 +1,4 @@
1
-name: sync_searcher
+name: Sync Extra Pages
2
on:
3
workflow_dispatch:
4
workflow_run:
@@ -55,8 +55,8 @@ jobs:
55
56
- name: Commit files to gh-pages
57
run: |
58
- git add search.html browse.html
59
- git commit -m "Add search.html and browse.html from external source"
+ git add search.html browse.html contributors.html
+ git commit -m "Add search.html, contributors.html and browse.html from external source"
60
61
- name: Push changes to gh-pages
62
env:
0 commit comments