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
fuuuuuck
author
Florian
date
9 months ago
(Oct 26, 2025, 10:00 PM +0100)
commit
30b3f984
30b3f984b08dc80112b897659c03f33174819679
parent
acd4aeb8
acd4aeb8fb17609f2d94f422e9e3a453974135a8
+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
···
78
78
BASE='${{ steps.derive.outputs.base }}'
79
79
NAME='${{ steps.derive.outputs.name }}'
80
80
81
81
-
printf '{\n "SITE": "%s",\n "BASE": "/%s",\n "SITE_NAME": "%s"\n}\n' \
81
81
+
printf '{\n "SITE": "%s",\n "BASE": "%s",\n "SITE_NAME": "%s"\n}\n' \
82
82
"$SITE" "$BASE" "$NAME" > docs/config.json
83
83
84
84
echo "Created docs/config.json, site=$SITE, base=$BASE, name=$NAME"