File: build_docs.sh

package info (click to toggle)
obs-studio 29.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 35,920 kB
  • sloc: ansic: 182,921; cpp: 98,959; sh: 1,591; python: 945; makefile: 858; javascript: 19
file content (9 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/bash

cd comments
npm install
npm run comments

cd ../docs
python3 process_comments.py
python3 generate_md.py