Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Noah2Y/Noahtech
Browse files Browse the repository at this point in the history
  • Loading branch information
JOVOVICH-VG committed Aug 2, 2024
2 parents d9b76f8 + 4731810 commit 55b56c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
git config --global core.ignorecase false
# 3、安装 PNPM
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: latest
# 4、安装 Node 环境
Expand All @@ -67,4 +67,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
BRANCH: pages
FOLDER: docs/.vitepress/dist
FOLDER: docs/.vitepress/dist

0 comments on commit 55b56c3

Please sign in to comment.