Skip to content

chore(deps): update dependency tuist/filesystem to from: "0.14.33" (#… #395

chore(deps): update dependency tuist/filesystem to from: "0.14.33" (#…

chore(deps): update dependency tuist/filesystem to from: "0.14.33" (#… #395

Workflow file for this run

name: Deploy
on:
push:
branches:
- "main"
concurrency:
group: deploy-${{ github.head_ref }}
cancel-in-progress: true
env:
MISE_EXPERIMENTAL: 1
jobs:
docs:
name: Docs
runs-on: ubuntu-latest
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: jdx/mise-action@v2
with:
experimental: true
- run: mise run install
- run: mise run docs:deploy