fix regression
Some checks failed
Build and deploy website. / Build static site. (push) Failing after 5m24s
Build and deploy website. / Connect to deployment host, update, and redeploy docs website. (push) Has been skipped

This commit is contained in:
2025-09-10 21:13:51 -07:00
parent a981ee30e2
commit ab5f0cb272

View File

@@ -49,7 +49,7 @@ jobs:
cache: 'npm' cache: 'npm'
- -
name: Restore node_modules cache name: Restore node_modules cache
uses: actions/cache@v2 uses: https://github.com/actions/cache@v2
with: with:
path: node_modules path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package-lock.json') }} key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package-lock.json') }}