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
fix 420
author
Florian
date
9 months ago
(Oct 26, 2025, 9:49 PM +0100)
commit
1648d5f0
1648d5f05a59940c102e486ae7e7cf501a728fc5
parent
7cf5ddbd
7cf5ddbde9367497d93e831e9df3d8fcbe0bd2ff
+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"