repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
e5b98b2
parent
2ab8297
author
Eric Bower
date
2024-02-14 21:13:58 +0000 UTC
fix: tweak gha
1 files changed,  +1, -1
M .github/workflows/docs.yml
+1, -1
1@@ -16,7 +16,7 @@ jobs:
2           go-version: '1.20'
3       - name: generate site
4         run: |
5-          go mod tidy
6+          cd docs && go mod tidy
7           make ssg
8       - name: Set outputs
9         id: vars