Skip to content

Commit 75184c9

Browse files
committed
cleanUP
1 parent eccc093 commit 75184c9

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/build.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@ jobs:
3535
with:
3636
args: --check --loglevel=warn .
3737

38-
- name: tell me what's wrong
39-
if: always()
40-
run: git status && git diff
41-
42-
- name: Upload file
43-
if: always()
44-
uses: actions/upload-artifact@v3
45-
with:
46-
name: golden-ticket
47-
path: docs/guide.md
48-
4938
doctoc:
5039
name: Doctoc markdown files
5140
runs-on: ubuntu-latest

docs/guide.md

-3
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ we recommend using another method, such as [Let's Encrypt](#let-encrypt) instead
9090
5. If you'd like to make the port forwarding via SSH persistent, we recommend
9191
using [mutagen](https://mutagen.io/documentation/introduction/installation)
9292
to do so. Once you've installed mutagen, you can port forward as follows:
93-
<!-- prettier-ignore-start -->
9493

9594
```shell
9695
# This is the same as the above SSH command, but it runs in the background
@@ -99,8 +98,6 @@ we recommend using another method, such as [Let's Encrypt](#let-encrypt) instead
9998
mutagen forward create --name=code-server tcp:127.0.0.1:8080 < instance-ip > :tcp:127.0.0.1:8080
10099
```
101100

102-
<!-- prettier-ignore-end -->
103-
104101
6. Optional, but highly recommended: add the following to `~/.ssh/config` so
105102
that you can detect bricked SSH connections:
106103

0 commit comments

Comments
 (0)