docs: remove non-ascii
All checks were successful
build / build (push) Successful in 1m48s
build / trigger-build-image (push) Has been skipped
build / build (pull_request) Successful in 1m59s
build / trigger-build-image (pull_request) Has been skipped

This commit is contained in:
李衍志523370910113 2025-06-11 23:01:21 +08:00
parent 2a6428feec
commit 8ebc432999

View File

@ -38,42 +38,47 @@ Run `joj3-forge --help` to get basic CLI usage information.
- a sample directory tree as follows - a sample directory tree as follows
```shell ```shell
$ tree . $ tree -a
. home
├── hidden `-- tt
│   ├── repo.toml |-- .cache
│   ├── immutable_files `-- .config
│   │   ├── push.yaml `-- joj
│   │   └── release.yaml |-- hidden
│   ├── ex1 | |-- ex1
│   │   ├── caseX.in | | |-- case1.in
│   │   ├── caseX.out | | |-- case1.out
│   │   ├── conf.json | | |-- conf.json
│   │   └── conf.toml | | `-- conf.toml
│   └── p1 | |-- immutable_files
│   ├── caseX.in | | |-- push.yaml
│   ├── caseX.out | | `-- release.yaml
│   ├── conf.json | |-- p1
│   └── conf.toml | | |-- case1.in
├── students | | |-- case1.out
│   ├── repo.toml | | |-- conf.json
│   ├── immutable_files | | `-- conf.toml
│   │   ├── push.yaml | `-- repo.toml
│   │   └── release.yaml |-- students
│   ├── ex1 | |-- ex1
│   │   ├── caseX.in | | |-- case1.in
│   │   ├── caseX.out | | |-- case1.out
│   │   ├── conf.json | | |-- conf.json
│   │   └── conf.toml | | `-- conf.toml
│   └── p1 | |-- immutable_files
│   ├── caseX.in | | |-- push.yaml
│   ├── caseX.out | | `-- release.yaml
│   ├── conf.json | |-- p1
│   └── conf.toml | | |-- case1.in
├── students.csv | | |-- case1.out
└── tools | | |-- conf.json
├── .clang-tidy | | `-- conf.toml
└── compile | `-- repo.toml
|-- students.csv
`-- tools
|-- .clang-tidy
|-- compile
`-- helper.sh
``` ```
- sample command on the server - sample command on the server