Merge pull request #769 from pachliopta/minimize #565
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |