We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312c85a commit d9d8fffCopy full SHA for d9d8fff
.github/workflows/main.yml
@@ -7,6 +7,7 @@ on:
7
- 'feature/server_esm*'
8
paths-ignore:
9
- 'docs/**'
10
+ - 'bin/**'
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
bin/docs/.env.example
@@ -1 +1,3 @@
1
-SHARE_URL=https://notes.example.com/share/4yYHqKbLovVY
+SHARE_PROTOCOL=http
2
+SHARE_HOST=notes.johnsmith.me
3
+ROOT_NOTE_ID=4yYHqKbLovVX
0 commit comments