Skip to content

Merge pull request #239 from ibis-ssl/refactor/real_sender #53

Merge pull request #239 from ibis-ssl/refactor/real_sender

Merge pull request #239 from ibis-ssl/refactor/real_sender #53

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@v4
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_PAT }}
SKIP_PR: true