diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index bec04e957..8a0394f71 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -15,10 +15,8 @@ jobs: with: node-version: 25 cache: 'npm' - - run: | - cd atmosphere/ - npm i - + - run: npm i + working-directory: atmosphere/ - name: Build env: TZ: "Asia/Tokyo"