diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6267043e9..bec04e957 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,9 +14,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 25 - ref: main - submodules: true - fetch-depth: 0 + cache: 'npm' - run: | cd atmosphere/ npm i