We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7903e48 + 82c096a commit 77695ebCopy full SHA for 77695eb
.github/workflows/publish-documentation.yaml
@@ -61,6 +61,7 @@ jobs:
61
name: Deploy Docs
62
environment:
63
name: docs-release
64
+ url: ${{ steps.deploy.outputs.app_url }}
65
runs-on: ubuntu-latest
66
steps:
67
- uses: actions/checkout@v4
@@ -91,7 +92,7 @@ jobs:
91
92
FLY_REGION: ${{ vars.FLY_REGION }}
93
with:
94
workspace_name: docs
- app_name: ${{github.event.repository.name}}-${{ github.ref_name }}
95
+ app_name: react-router-devtools-docs-release
96
use_isolated_workspace: true
97
env_vars: |
98
APP_ENV=production
knip.json
@@ -1,5 +1,6 @@
1
{
2
"$schema": "https://unpkg.com/knip@5/schema.json",
3
+ "lefthook": true,
4
"workspaces": {
5
".": {
6
"entry": ["scripts/*.ts"]
0 commit comments