build(actions): auto update build versions
This commit is contained in:
4
.github/workflows/gh-pages.yaml
vendored
4
.github/workflows/gh-pages.yaml
vendored
@@ -26,6 +26,10 @@ jobs:
|
||||
run: pnpm run build-all
|
||||
- name: Build directory
|
||||
run: pnpm run vite:directory:build
|
||||
- name: Commit version changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: "build: auto update build versions"
|
||||
- name: Deploy
|
||||
uses: s0/git-publish-subdir-action@develop
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user