Skip to content

Commit

Permalink
Rollback release publication to developer website
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev authored Jan 26, 2024
1 parent c53fe19 commit b44ed48
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Publish Docs

on:
release:
types: [created]
workflow_dispatch:
inputs:
release_version:
Expand Down Expand Up @@ -48,9 +46,9 @@ jobs:
bot_app_installation_id: ${{ secrets.BOT_APP_INSTALLATION_ID }}
fail_on_error: true
fail_on_warnings: true
docs_target_owner_repo: 'TBD54566975/developer.tbd.website'
docs_target_branch: 'tbdocs-bot/tbdocs'
docs_target_pr_base_branch: 'main'
# docs_target_owner_repo: 'TBD54566975/developer.tbd.website'
# docs_target_branch: 'tbdocs-bot/tbdocs'
# docs_target_pr_base_branch: 'main'
entry_points: |
- file: src/index.ts
docsReporter: api-extractor
Expand Down

0 comments on commit b44ed48

Please sign in to comment.