Skip to content

Commit afcbdd1

Browse files
committed
测试部署
1 parent 2bc2fdd commit afcbdd1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: ['main']
88

99
# 这个选项可以使你手动在 Action tab 页面触发工作流
10-
workflow_dispatch:
10+
workflow_dispatch:
1111

1212
# 设置 GITHUB_TOKEN 的权限,以允许部署到 GitHub Pages。
1313
permissions:
@@ -49,4 +49,3 @@ jobs:
4949
- name: Deploy to GitHub Pages
5050
id: deployment
5151
uses: actions/deploy-pages@v1
52-

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>西安热力资源监控中心</title>
8-
<script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=BGgeCfZQyTUQyiah6hpx8GUCiV4Sq73B"></script>
8+
<!-- <script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=BGgeCfZQyTUQyiah6hpx8GUCiV4Sq73B"></script> -->
99
</head>
1010
<body>
1111
<div id="app"></div>

0 commit comments

Comments
 (0)