Skip to content

Commit 4ab285e

Browse files
committed
remove unused files and fix typo
1 parent b7ce724 commit 4ab285e

File tree

4 files changed

+5
-26
lines changed

4 files changed

+5
-26
lines changed

.github/workflows/mkdocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
- name: Run the build process with Docker
3535
uses: addnab/docker-run-action@v3
3636
with:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup Pages
5252
uses: actions/configure-pages@v3
5353
- name: Upload artifact
54-
uses: actions/upload-pages-artifact@v1
54+
uses: actions/upload-pages-artifact@v4
5555
with:
5656
# Upload entire repository
5757
path: 'site'

docs/install/wsl.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ D:\SMARTDNS
2323
└─systemd
2424
```
2525

26-
双击 `D:\smartdns\package\windows` 目录下的 `install.bat` 进行安装。要求输入密码时,请输入 `WLS ubuntu` 的密码。
26+
双击 `D:\smartdns\package\windows` 目录下的 `install.bat` 进行安装。要求输入密码时,请输入 `WSL ubuntu` 的密码。
2727

2828
## 修改配置
2929

@@ -49,7 +49,7 @@ domain-rules /example.com/ -address 1.2.3.4
4949

5050
## 重新加载配置
5151

52-
双击 `D:\smartdns\package\windows` 目录下的 `reload.bat` 进行重新加载。要求输入密码时,请输入 `WLS ubuntu` 的密码。
52+
双击 `D:\smartdns\package\windows` 目录下的 `reload.bat` 进行重新加载。要求输入密码时,请输入 `WSL ubuntu` 的密码。
5353

5454
## 将 DNS 请求转发到 SmartDNS 解析
5555

en/docs/install/wsl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ D:\SMARTDNS
2727

2828
```
2929

30-
Double-click `install.bat` in the `D:\smartdns\package\windows` directory for installation. Please enter the password for `WLS ubuntu` when input password.
30+
Double-click `install.bat` in the `D:\smartdns\package\windows` directory for installation. Please enter the password for `WSL ubuntu` when input password.
3131

3232
## Configuration
3333

systemd/smartdns.service

-21
This file was deleted.

0 commit comments

Comments
 (0)