Skip to content

Commit

Permalink
fix: ciのパス修正
Browse files Browse the repository at this point in the history
  • Loading branch information
calloc134 committed Sep 7, 2023
1 parent 903a42f commit c5b3864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
with:
node-version: 18
cache: "pnpm"
cache-dependency-path: "docs/pnpm-lock.yaml"

# 依存関係のインストール
- name: install dependencies
run: pnpm install --frozen-lockfile
working-directory: docs

- name: Build
run: |
Expand Down

0 comments on commit c5b3864

Please sign in to comment.