練習会関連の変更のうち、ドキュメントやデバッグ出力など動きに関係ない変更たち (#524) #72
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 docs | |
on: | |
push: | |
branches: | |
- develop | |
- doc/avoid_foul | |
paths: | |
- docs/** | |
workflow_dispatch: | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Run GitHub File Sync | |
uses: BetaHuhn/repo-file-sync-action@v1 | |
with: | |
GH_PAT: ${{ secrets.GH_PAT }} | |
SKIP_PR: true |