File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 98
98
- ".github/actions/**"
99
99
- ".github/workflows/ci.yaml"
100
100
offlinedocs:
101
+ - "docs/**"
101
102
- "offlinedocs/**"
102
103
103
104
- id : debug
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ manually via `coder server` or as a system package.
27
27
By default, the Coder server runs on ` http://127.0.0.1:3000 ` and uses a
28
28
[ public tunnel] ( ../admin/configure.md#tunnel ) for workspace connections.
29
29
30
- ## ` PATH ` conflicts
30
+ ## PATH conflicts
31
31
32
32
It's possible to end up in situations where you have multiple ` coder ` binaries
33
33
in your ` PATH ` , and your system may use a version that you don't intend. Your
@@ -47,7 +47,7 @@ $ which -a coder
47
47
Whichever binary comes first in this list will be used when running ` coder `
48
48
commands.
49
49
50
- ### Reordering your ` PATH `
50
+ ### Reordering your PATH
51
51
52
52
If you use bash or zsh, you can update your ` PATH ` like this:
53
53
You can’t perform that action at this time.
0 commit comments