Skip to content

Audit log doc update for clarity #783

Audit log doc update for clarity

Audit log doc update for clarity #783

Workflow file for this run

name: Build the docs
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16.16.0
- name: Install yarn
run: npm install --global yarn
- name: Install dependencies
run: yarn install
- name: Build the docs
run: yarn docusaurus build