Skip to content

Commit e1846d6

Browse files
author
shdancer
committed
fix+ci: deploy failed
1 parent 86c5bf0 commit e1846d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Upload artifact
4242
uses: actions/upload-pages-artifact@v3
4343
with:
44-
path: docs/.vitepress/dist
44+
path: .vitepress/dist
4545

4646
deploy:
4747
environment:

.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
title: "旦夕开发者文档",
66
description: "iOS端的旦夕开发者文档",
77
lang: 'zh-CN',
8-
base: '/docs-swift',
8+
base: '/docs-swift/',
99
themeConfig: {
1010
// https://vitepress.dev/reference/default-theme-config
1111
nav: [

0 commit comments

Comments
 (0)