Skip to content

chore: use new mongodb-client-encryption and update filter to support… #736

chore: use new mongodb-client-encryption and update filter to support…

chore: use new mongodb-client-encryption and update filter to support… #736

Workflow file for this run

name: Build and commit docs
on:
push:
branches: [main]
permissions:
contents: write
pull-requests: write
jobs:
build:
# 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@v4
- name: actions/setup
uses: ./.github/actions/setup
- run: sudo apt-get install hugo
- name: Build Docs
run: npm run build:docs -- --yes
- name: Open Pull Request
uses: peter-evans/create-pull-request@v6
with:
title: 'docs: generate docs from latest main [skip-ci]'
delete-branch: true