Skip to content

Commit

Permalink
modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jihun committed Nov 29, 2024
1 parent d784a96 commit f7695b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Api Docs to GitHub Pages

on:
pull_request:
branches: [main]
branches: [dev, main]

jobs:
publish-api-docs:
Expand Down Expand Up @@ -32,7 +32,6 @@ jobs:
cd apps/api
mkdir docs
cp .env.example .env
npm install -g ts-node
npx ts-node -r tsconfig-paths/register src/scripts/build-swagger-docs.ts
- name: Run Redocly CLI
Expand Down

0 comments on commit f7695b4

Please sign in to comment.