Skip to content

Commit

Permalink
update admin github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed Oct 13, 2024
1 parent b6a3db7 commit d53f791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bbs-go-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
cache-dependency-path: admin/pnpm-lock.yaml
# cache-dependency-path: admin/pnpm-lock.yaml
- name: Install dependencies
working-directory: ./admin
run: |
Expand All @@ -34,4 +34,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./admin/dist
cname: admin.mlog.club
cname: admin.bbs-go.com

0 comments on commit d53f791

Please sign in to comment.