Skip to content

Commit

Permalink
Merge pull request #77 from reubenmiller/ci-update-search-index
Browse files Browse the repository at this point in the history
ci: update search index when triggering gh_pages deployment
  • Loading branch information
reubenmiller authored Jun 10, 2024
2 parents a18e115 + e2369b2 commit 6f300b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
steps:
- name: publish github pages
run: |
gh workflow run gh-pages.yml -R thin-edge/thin-edge.io
gh workflow run gh-pages.yml -R thin-edge/thin-edge.io -f update_search_index=true
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_PAT }}

0 comments on commit 6f300b2

Please sign in to comment.