Skip to content

Commit 8b5adf4

Browse files
yamcodesCopilot
andcommitted
Fix GitHub URL env setup guidance
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 2aa03f7 commit 8b5adf4

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: test
22

3+
env:
4+
NEXT_PUBLIC_GITHUB_URL: https://github.com/yamcodes/arkenv
5+
36
on:
47
pull_request:
58
branches: [dev, v1]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ bunx arkenv@alpha init
129129

130130
<br />
131131

132+
### Local setup
133+
134+
For the docs/site app, copy `apps/www/.env.example` to a local env file and set `NEXT_PUBLIC_GITHUB_URL` to the repo URL you want GitHub links to point at, for example `https://github.com/yamcodes/arkenv`. In production, set the same variable in your deploy platform or CI environment so the header/footer and "View repo" actions stay pointed at the correct repository.
135+
132136
### [Read the docs →](https://arkenv-v1.vercel.app/docs/getting-started)
133137

134138
<br />

0 commit comments

Comments
 (0)