We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdfd63 commit 980af71Copy full SHA for 980af71
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
pip install -r requirements.txt
25
mkdocs build
26
mkdir sites
27
- mv site sites/clash-rs
+ mv site sites/clash
28
env:
29
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
30
0 commit comments