Skip to content

Merge dev into main (#17) #94

Merge dev into main (#17)

Merge dev into main (#17) #94

Workflow file for this run

name: Sync files to blocks
on:
push:
branches:
- main
paths:
- "apps/website/**"
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run github file sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_PAT }}