[READ-ONLY] Mirror of https://github.com/flo-bit/ui-kit. 🦊 fox ui, svelte 5 and tailwind 4 flo-bit.dev/ui-kit/
svelte tailwindcss ui-components
0

Configure Feed

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

add permissions

Florian (Mar 19, 2025, 10:53 PM +0100) 6ad9201b 87c23b52

+5
+5
.github/workflows/deploy_gh_pages.yml
··· 8 8 jobs: 9 9 build_site: 10 10 runs-on: ubuntu-latest 11 + 12 + permissions: 13 + contents: read 14 + id-token: write 15 + 11 16 steps: 12 17 - name: Checkout 13 18 uses: actions/checkout@v4