alpha
Login
or
Join now
flo-bit.dev
/
tiny-docs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[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/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
update workflow
author
Florian
date
9 months ago
(Oct 26, 2025, 9:36 PM +0100)
commit
f5f5085d
f5f5085d2cc8cc2460b9468d975a9c4ca787c646
parent
7d70263d
7d70263d6b575a596bb118d3a57d9f34c2b3fabd
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
tiny-docs.yml
+1
-1
.github/workflows/tiny-docs.yml
View file
Reviewed
···
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
88
-
echo "Created docs/config.json"
88
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