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
author
Florian
date
9 months ago
(Oct 28, 2025, 2:27 AM +0100)
commit
048d00b9
048d00b9425f8c0a4c40b26755c3b840c9af1dbb
parent
a868ae24
a868ae2434293b499e2290471b02c46128f4df3f
+2
-1
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
tiny-docs.yml
+2
-1
.github/workflows/tiny-docs.yml
View file
Reviewed
···
7
7
description: "Owner/Repo of your tiny-docs source"
8
8
required: false
9
9
type: string
10
10
-
default: flo-bit/tiny-docs@v1
10
10
+
default: flo-bit/tiny-docs
11
11
site:
12
12
description: "Docs site domain (default: https://<owner>.github.io)"
13
13
required: false
···
38
38
uses: actions/checkout@v4
39
39
with:
40
40
repository: ${{ inputs.tiny_docs_repo }}
41
41
+
ref: v1
41
42
path: docs-builder
42
43
43
44
- name: Derive defaults (owner/repo → site/base/name)