Skip to content

ci: Workflow Bot -- Update ALL Dependencies (main) (#8074) #78

ci: Workflow Bot -- Update ALL Dependencies (main) (#8074)

ci: Workflow Bot -- Update ALL Dependencies (main) (#8074) #78

Workflow file for this run

name: Build Docs
on:
push:
branches:
- main
paths:
- 'packages/cspell-types/**/*.ts'
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-docs:
if: github.repository_owner == 'streetsidesoftware'
runs-on: ubuntu-latest
env:
NEW_BRANCH: 'update-docs'
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Setup
uses: ./.github/actions/setup
- name: Build Docs
run: |
pnpm ib
pnpm run build-cspell-types-docs
- name: PR
uses: ./.github/actions/pr
with:
commit-message: 'ci: Workflow Bot -- Build Docs'
branch: ${{ env.NEW_BRANCH }}
app_id: ${{ secrets.AUTOMATION_APP_ID }}
app_private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}