Skip to content

Commit 77695eb

Browse files
committed
Merge branch 'main' into feat/migrate-to-tanstack-devtools
2 parents 7903e48 + 82c096a commit 77695eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish-documentation.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
name: Deploy Docs
6262
environment:
6363
name: docs-release
64+
url: ${{ steps.deploy.outputs.app_url }}
6465
runs-on: ubuntu-latest
6566
steps:
6667
- uses: actions/checkout@v4
@@ -91,7 +92,7 @@ jobs:
9192
FLY_REGION: ${{ vars.FLY_REGION }}
9293
with:
9394
workspace_name: docs
94-
app_name: ${{github.event.repository.name}}-${{ github.ref_name }}
95+
app_name: react-router-devtools-docs-release
9596
use_isolated_workspace: true
9697
env_vars: |
9798
APP_ENV=production

knip.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
3+
"lefthook": true,
34
"workspaces": {
45
".": {
56
"entry": ["scripts/*.ts"]

0 commit comments

Comments
 (0)