Skip to content

updated suite_mongocfg.yml.j2 #8964

updated suite_mongocfg.yml.j2

updated suite_mongocfg.yml.j2 #8964

Workflow file for this run

name: Build Documentation
on:
push:
branches:
- '**'
tags-ignore:
- '**'
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install and Build
run: |
bash build/bin/build-docs.sh
- name: Deploy
uses: JamesIves/[email protected]
if: github.ref == 'refs/heads/master'
with:
branch: gh-pages
folder: site