Skip to content

ドキュメント:今日のログ #32

ドキュメント:今日のログ

ドキュメント:今日のログ #32

Workflow file for this run

---
name: sync docs
on:
push:
branches:
- develop
- master
paths:
- "docs/**"
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_PAT }}
SKIP_PR: true