Skip to content

Commit 91c53be

Browse files
committed
offline docs stuff
1 parent d869110 commit 91c53be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
- ".github/actions/**"
9999
- ".github/workflows/ci.yaml"
100100
offlinedocs:
101+
- "docs/**"
101102
- "offlinedocs/**"
102103
103104
- id: debug

docs/install/install.sh.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ manually via `coder server` or as a system package.
2727
By default, the Coder server runs on `http://127.0.0.1:3000` and uses a
2828
[public tunnel](../admin/configure.md#tunnel) for workspace connections.
2929

30-
## `PATH` conflicts
30+
## PATH conflicts
3131

3232
It's possible to end up in situations where you have multiple `coder` binaries
3333
in your `PATH`, and your system may use a version that you don't intend. Your
@@ -47,7 +47,7 @@ $ which -a coder
4747
Whichever binary comes first in this list will be used when running `coder`
4848
commands.
4949

50-
### Reordering your `PATH`
50+
### Reordering your PATH
5151

5252
If you use bash or zsh, you can update your `PATH` like this:
5353

0 commit comments

Comments
 (0)