Skip to content

Content: update timeline #70

Content: update timeline

Content: update timeline #70

Workflow file for this run

name: CI deploy
on:
push:
branches:
- main
jobs:
deploy-production:
name: Deploy to production
runs-on: ubuntu-latest
steps:
- name: Checkout repository 🛎️
uses: actions/checkout@v3
- name: Build 🏗️
uses: ./.github/actions/build
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./dist/
branch: gh-pages
clean-exclude: preview