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

+5 -2
+5 -2
.github/workflows/tiny-docs.yml
··· 78 78 BASE='${{ steps.derive.outputs.base }}' 79 79 NAME='${{ steps.derive.outputs.name }}' 80 80 81 - printf '{\n "BASE": "/%s",\n "SITE_NAME": "%s"\n}\n' \ 82 - "$BASE" "$NAME" > docs/config.json 81 + printf '{\n "SITE": "%s",\n "BASE": "/%s",\n "SITE_NAME": "%s"\n}\n' \ 82 + "$SITE" "$BASE" "$NAME" > docs/config.json 83 83 84 84 echo "Created docs/config.json, site=$SITE, base=$BASE, name=$NAME" 85 85 else 86 86 echo "docs/config.json already exists; leaving it unchanged." 87 87 fi 88 + 89 + echo "🔍 File contents:" 90 + cat docs/config.json 88 91 89 92 - name: Install, build, and upload the site artifact 90 93 uses: withastro/action@v3