test again

This commit is contained in:
maddalax 2024-09-25 14:03:31 -05:00
parent 277fa8b316
commit 45bc57e54e

View file

@ -27,7 +27,7 @@ jobs:
# Step 3: Install htmgo CLI # Step 3: Install htmgo CLI
- name: Install htmgo CLI - name: Install htmgo CLI
run: | run: |
go install github.com/maddalax/htmgo/cli/htmgo@latest GOPRIVATE=github.com/maddalax GOPROXY=direct go install github.com/maddalax/htmgo/cli/htmgo@latest
# Step 4: Generate template using htmgo # Step 4: Generate template using htmgo
- name: Generate myapp template - name: Generate myapp template