Skip to content

Commit

Permalink
add new type and actually fix the action
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Jul 24, 2024
1 parent 028b0b0 commit 2112ffb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Update config types
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:

Expand Down
2 changes: 2 additions & 0 deletions content/docs/install/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ docker run --name stardust-postgres -p 5432:5432 -e POSTGRES_PASSWORD=replaceme
<AutoTypeTable path="./stardust-config.d.ts" name="DockerConfig" />
### Auth (`AuthConfig`)
<AutoTypeTable path="./stardust-config.d.ts" name="AuthConfig" />
#### `TurnstileConfig`
<AutoTypeTable path="./stardust-config.d.ts" name="TurnstileConfig" />
</Step>
<Step>
Setup the database
Expand Down

0 comments on commit 2112ffb

Please sign in to comment.