[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/
0

Configure Feed

Select the types of activity you want to include in your feed.

update

+1 -1
+1 -1
.github/workflows/tiny-docs.yml
··· 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 - run: node scripts/update-config.js 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