Skip to content

Merge dev to main (#6) #85

Merge dev to main (#6)

Merge dev to main (#6) #85

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 }}