Skip to content

chore: temporarily write better error log in withSecured #37

chore: temporarily write better error log in withSecured

chore: temporarily write better error log in withSecured #37

Workflow file for this run

name: MERN Sample App - TypeDoc
on:
push:
paths:
- "packages/**"
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🛒 Checkout Repository
uses: actions/checkout@v4
- name: 🤳 Install
uses: ./.github/composite-actions/install
- name: 🔥 Generate documentation
run: pnpm run typedoc
- name: 🚢 Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs