Skip to content

Commit d9d8fff

Browse files
committed
docs: Update example env
1 parent 312c85a commit d9d8fff

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'feature/server_esm*'
88
paths-ignore:
99
- 'docs/**'
10+
- 'bin/**'
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.ref }}

bin/docs/.env.example

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
SHARE_URL=https://notes.example.com/share/4yYHqKbLovVY
1+
SHARE_PROTOCOL=http
2+
SHARE_HOST=notes.johnsmith.me
3+
ROOT_NOTE_ID=4yYHqKbLovVX

0 commit comments

Comments
 (0)