Skip to content

added path-using-slug, added the astro stripped header as a JSON Obje… #52

added path-using-slug, added the astro stripped header as a JSON Obje…

added path-using-slug, added the astro stripped header as a JSON Obje… #52

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clone the SQLite Cloud docs repository
run: git clone https://github.com/sqlitecloud/docs
shell: bash
- uses: ./
with:
project-string: ${{ secrets.PROJECT_STRING }}
base-url: https://your-website.com/docs/
database: documentation.sqlite
strip-astro-header: true
strip-md-titles: true
strip-jsx: true
strip-html: true
path: docs