[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.

tiny-docs / .github / workflows / docs.yml
191 B 13 lines
1name: Deploy Docs 2 3on: 4 push: 5 branches: [v1] 6 7permissions: 8 pages: write 9 id-token: write 10 11jobs: 12 docs: 13 uses: flo-bit/tiny-docs/.github/workflows/tiny-docs.yml@v1