Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed May 2, 2024
1 parent b7e16b9 commit 119c16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Deploy 🔧
run: |
pnpm install --no-frozen-lockfile
sed -i "s#module.exports = "/"#module.exports = "/pure-admin-doc/"#g" $(pwd)/base.js
pnpm build
cd docs/.vuepress/dist
touch README.md .nojekyll
Expand Down
2 changes: 1 addition & 1 deletion base.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '/'
module.exports = "/";

0 comments on commit 119c16f

Please sign in to comment.