Skip to content

Commit

Permalink
okay so you need a script?
Browse files Browse the repository at this point in the history
Signed-off-by: Xe Iaso <[email protected]>
  • Loading branch information
Xe committed Oct 28, 2023
1 parent 11c370b commit aaac1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Make and deploy Xesite
run: |
nix develop -c "go run ./cmd/fabricate-generation"
nix develop -c "./scripts/fabricate-generation"
env:
TAILSCALE_CLIENT_ID: ${{ secrets.TAILSCALE_CLIENT_ID }}
TAILSCALE_CLIENT_SECRET: ${{ secrets.TAILSCALE_CLIENT_SECRET }}
1 change: 1 addition & 0 deletions scripts/fabricate-generation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go run ./cmd/fabricate-generation

0 comments on commit aaac1c8

Please sign in to comment.