Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

release: 0.2.8 (#93) #17

release: 0.2.8 (#93)

release: 0.2.8 (#93) #17

Workflow file for this run

name: Sync docs
on:
push:
branches:
- main
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_TOKEN }}