Skip to content

chore: update jira ticket from NODE-7297 to NODE-7360 (#4838) #140

chore: update jira ticket from NODE-7297 to NODE-7360 (#4838)

chore: update jira ticket from NODE-7297 to NODE-7360 (#4838) #140

on:
push:
branches: ['main']
workflow_dispatch: {}
name: Build and commit documentation
permissions:
contents: write
pull-requests: write
jobs:
build-docs:
# prevent subsequent commits from triggering the job multiple times
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v5
- name: "Build documentation"
uses: ./.github/actions/build_documentation
- name: Open Pull Request
uses: peter-evans/create-pull-request@v6
with:
title: 'docs: generate docs from latest main [skip-ci]'
delete-branch: true