Skip to content

Commit ab335f9

Browse files
committed
Refine workflow
1 parent ba09a9c commit ab335f9

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/build-docs-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
mkdir -p _site/pyarmor/docs
3333
cp index.html _site/
3434
cp pyarmor/index.html _site/pyarmor/
35+
cp -a pyarmor/assets/ _site/pyarmor/assets
3536
cp pyarmor/docs/index.html _site/pyarmor/docs/
37+
cp -a pyarmor/try/ _site/pyarmor/try
3638
- name: Build static files for en
3739
run: |
3840
make html

pyarmor/try/zh/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Pyarmor Sandbox</title>
7-
<link href="../assets/bootstrap-5.3.3/bootstrap.min.css" rel="stylesheet">
7+
<link href="../../assets/bootstrap-5.3.3/bootstrap.min.css" rel="stylesheet">
88
</head>
99
<body>
1010
<h3 class="m-3">Pyarmor 高级功能沙盒</h3>
@@ -78,6 +78,6 @@ <h3 class="m-3">Pyarmor 高级功能沙盒</h3>
7878
<!-- 2. 查询请求状态 -->
7979
<!-- 3. 请求加密结果 -->
8080

81-
<script src="../assets/bootstrap-5.3.3/bootstrap.bundle.min.js"></script>
81+
<script src="../../assets/bootstrap-5.3.3/bootstrap.bundle.min.js"></script>
8282
</body>
8383
</html>

0 commit comments

Comments
 (0)