diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index acc8e2a..7a8c645 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -27,6 +27,10 @@ jobs: run: uv sync --extra docs - name: 📙 mkdocs build run: uv run mkdocs build + - name: 🔑 publish Context7 claim + run: >- + jq '{url: "https://context7.com/llmstxt/hadrien_github_io_fastsqla_llms_txt", + public_key}' context7.json > site/context7.json - name: 📦 Upload artifacts uses: actions/upload-pages-artifact@v3 with: @@ -44,4 +48,4 @@ jobs: uses: actions/deploy-pages@v4 environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }} \ No newline at end of file + url: ${{ steps.deployment.outputs.page_url }}