Skip to content

Commit

Permalink
chore: remove landing from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Oct 27, 2024
1 parent 94c8cd0 commit f42b1e2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dockerv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- apps/ytsr
- apps/chat-messages-store
- frontend/dashboard
- frontend/landing
- frontend/overlays
- frontend/public-page
steps:
Expand Down
1 change: 1 addition & 0 deletions apps/api-gql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ replace (
github.com/twirapp/twir/libs/uptrace => ../../libs/uptrace
)


require (
github.com/99designs/gqlgen v0.17.45
github.com/Masterminds/squirrel v1.5.4
Expand Down
1 change: 0 additions & 1 deletion frontend/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
background-color: rgb(16, 16, 20);
}
</style>

<script async src="https://umami.twir.app/script.js" data-website-id="5bec68bd-f875-4b29-a052-3ad8a24d55f3"></script>
</head>

Expand Down
1 change: 1 addition & 0 deletions libs/migrations/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ require (
github.com/satont/twir/libs/crypto v0.0.0-20231203205548-e635accc6b72
)


require (
dario.cat/mergo v1.0.0 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
Expand Down

0 comments on commit f42b1e2

Please sign in to comment.