Skip to content

fix: use official github action #85

fix: use official github action

fix: use official github action #85

Workflow file for this run

name: Deploy
on:
push:
tags:
- '@caravan/coordinator**'
permissions:
contents: write
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Build
run: npx turbo run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
folder: ~/apps/caravan-coordinator/build