Skip to content

Commit 08aec3d

Browse files
committed
remove unused files and fix typo
1 parent b7ce724 commit 08aec3d

File tree

4 files changed

+7
-28
lines changed

4 files changed

+7
-28
lines changed

.github/workflows/mkdocs.yaml

+4-4
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:
@@ -49,12 +49,12 @@ jobs:
4949
find /root/site -name "*.htm*" -print0 | xargs -0 sed -i 's/href=" .."/href=".."/g'
5050
find /root/site -name "*.htm*" -print0 | xargs -0 sed -i 's@/ .."@/.."@g'
5151
- name: Setup Pages
52-
uses: actions/configure-pages@v3
52+
uses: actions/configure-pages@v5
5353
- name: Upload artifact
54-
uses: actions/upload-pages-artifact@v1
54+
uses: actions/upload-pages-artifact@v3
5555
with:
5656
# Upload entire repository
5757
path: 'site'
5858
- name: Deploy to GitHub Pages
5959
id: deployment
60-
uses: actions/deploy-pages@v1
60+
uses: actions/deploy-pages@v4

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)