Skip to content

Commit 2a32017

Browse files
添加知识点标签和PHP特性文档,更新相关页面结构,删除不必要的文件
1 parent 514a1f8 commit 2a32017

File tree

17 files changed

+118
-448
lines changed

17 files changed

+118
-448
lines changed

.github/workflows/ghdeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Check for changes
4141
id: check_changes
4242
run: |
43-
git add docs/hc-archivefriends.md
43+
git add docs/hc-archive/friends.md
4444
if [ -n "$(git status --porcelain)" ]; then
4545
echo "CHANGES=true" >> $GITHUB_ENV
4646
fi

Ex/实验.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ def update_files():
3535
# 更新 friends.md 和 index.md
3636
friends_content = download_file("https://raw.githubusercontent.com/ProbiusOfficial/helloCTF-CTFerlink/main/output/friends.md")
3737
print("downloaded friends.md")
38-
with open("docs/hc-archivefriends.md", 'w', encoding='utf-8') as file:
38+
with open("docs/hc-archive/friends.md", 'w', encoding='utf-8') as file:
3939
file.write(friends_content)
40-
with open("docs/hc-archiveindex.md", 'w', encoding='utf-8') as file:
40+
with open("docs/hc-archive/index.md", 'w', encoding='utf-8') as file:
4141
file.write(friends_content)
4242
print("updated friends.md and index.md complete")
4343

docs/Event/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
isevent: true
32
comments: true
43
hide:
54
- footer

docs/hc-archivefriends.md

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)