[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-docs. quick setup, simple, minimalistic docs for your github project flo-bit.dev/tiny-docs/
0

Configure Feed

Select the types of activity you want to include in your feed.

fix

+2 -1
+2 -1
.github/workflows/tiny-docs.yml
··· 7 7 description: "Owner/Repo of your tiny-docs source" 8 8 required: false 9 9 type: string 10 - default: flo-bit/tiny-docs@v1 10 + default: flo-bit/tiny-docs 11 11 site: 12 12 description: "Docs site domain (default: https://<owner>.github.io)" 13 13 required: false ··· 38 38 uses: actions/checkout@v4 39 39 with: 40 40 repository: ${{ inputs.tiny_docs_repo }} 41 + ref: v1 41 42 path: docs-builder 42 43 43 44 - name: Derive defaults (owner/repo → site/base/name)