Skip to content

Commit 82c096a

Browse files
abrulicabrulic
andauthored
changed app_url for release (#232)
* changed app_url for release * small fixes --------- Co-authored-by: abrulic <[email protected]>
1 parent 5abf28c commit 82c096a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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"]

packages/react-router-devtools/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@
5959
"require": "./dist/client.css"
6060
}
6161
},
62-
"files": [
63-
"dist"
64-
],
62+
"files": ["dist"],
6563
"repository": {
6664
"type": "git",
6765
"url": "git+https://github.com/forge-42/react-router-devtools.git"

0 commit comments

Comments
 (0)