Skip to content

Commit f5f69a8

Browse files
authored
Merge pull request #1133 from cyw3/pages-test
Adjust the pages deployment process and png storage location
2 parents 9bf2b70 + 01fd2bd commit f5f69a8

106 files changed

Lines changed: 24 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
- name: Checkout Repo
2525
uses: actions/checkout@v3
2626

27+
# 下载二进制文件
28+
- name: Download Binary Files
29+
run: |
30+
set -ex
31+
pwd
32+
bash ./scripts/base/install_bin.sh
33+
2734
- name: Setup Node 16
2835
uses: actions/setup-node@v3
2936
with:

doc/images/API的个人令牌.png

-32.5 KB
Binary file not shown.

doc/images/AddRule.png

-68.1 KB
Binary file not shown.

doc/images/AddRule2.png

-48.3 KB
Binary file not shown.

doc/images/AddRule3.png

-32.5 KB
Binary file not shown.

doc/images/Fork.png

-272 KB
Binary file not shown.

doc/images/NewPullRequest.png

-213 KB
Binary file not shown.

doc/images/Nodemanagement.png

-276 KB
Binary file not shown.

doc/images/PR.png

-431 KB
Binary file not shown.
-10.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)