Merge pull request #5 from Radian-os/dev #83
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |