Skip to content

fix(ipc): regression - reload not working due to #592 #442

fix(ipc): regression - reload not working due to #592

fix(ipc): regression - reload not working due to #592 #442

Workflow file for this run

name: Sync Wiki
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Sync Wiki
run: ./.github/scripts/sync-wiki.sh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}