Skip to content

chore(docs): update logs documentation and navigation #201

chore(docs): update logs documentation and navigation

chore(docs): update logs documentation and navigation #201

Workflow file for this run

name: deploy
on:
push:
branches:
- main
- stage
paths-ignore:
- "README.md"
jobs:
deployment:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- name: trigger vercel deployment
run: curl ${{ secrets.VERCEL_WEBHOOK }}
shell: bash