Skip to content

Merge pull request #92 from reubenmiller/fix-community-search-input-box #24

Merge pull request #92 from reubenmiller/fix-community-search-input-box

Merge pull request #92 from reubenmiller/fix-community-search-input-box #24

Workflow file for this run

name: publish
on:
push:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: publish github pages
run: |
gh workflow run gh-pages.yml -R thin-edge/thin-edge.io -f update_search_index=true
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_PAT }}