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

update workflow

+1 -1
+1 -1
.github/workflows/tiny-docs.yml
··· 85 85 printf '{\n "site": "%s",\n "base": "%s",\n "name": "%s"\n}\n' \ 86 86 "$SITE" "$BASE" "$NAME" > docs/config.json 87 87 fi 88 - echo "Created docs/config.json" 88 + echo "Created docs/config.json, site=$SITE, base=$BASE, name=$NAME" 89 89 else 90 90 echo "docs/config.json already exists; leaving it unchanged." 91 91 fi