Skip to content

Update README.md

Update README.md #46

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 }}
database: documentation.sqlite
strip-astro-header: true
strip-md-titles: true
strip-jsx: true
strip-html: true
path: docs