Skip to content

キックの調整 (#654) #81

キックの調整 (#654)

キックの調整 (#654) #81

Workflow file for this run

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