Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
1834423612 committed Jun 3, 2024
1 parent ff0da60 commit cb50edb
Show file tree
Hide file tree
Showing 3 changed files with 8,274 additions and 2,439 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm install -g [email protected]

- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Build project
run: pnpm build
Expand All @@ -31,6 +31,12 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
echo "Adding dist directory"
git add dist -f
git commit -m "Deploy to HTML Pages"
echo "Committing changes"
git commit -m "Deploy to HTML Web Pages"
echo "Pushing to page branch"
git push origin `git subtree split --prefix dist vue`:webpage --force
Loading

0 comments on commit cb50edb

Please sign in to comment.