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
author
Florian
date
9 months ago
(Oct 27, 2025, 12:34 AM +0100)
commit
d800e495
d800e4958fb2d354b01c146f8ae5d6e7ba86ede5
parent
5ea49468
5ea49468b8476bc27d9aa7be8d8c20eb2c99a68c
+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
DERIVED_SITE: ${{ steps.derive.outputs.site }}
79
79
DERIVED_BASE: ${{ steps.derive.outputs.base }}
80
80
DERIVED_NAME: ${{ steps.derive.outputs.name }}
81
81
-
run: node scripts/update-config.js
81
81
+
run: node docs-builder/scripts/update-config.js
82
82
83
83
- name: Install, build, and upload the site artifact
84
84
uses: withastro/action@v3