Skip to content

Commit

Permalink
chore: bust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Jan 28, 2025
1 parent 7be38f9 commit fd14292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: cache
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('pnpm-lock.yaml') }}
key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}
- run: pnpm run bootstrap
# Exclude the build of sdk and colony-js as it's not necessary for the docs to build
- run: pnpm --filter '!sdk' --filter '!colony-js' run build
Expand Down

0 comments on commit fd14292

Please sign in to comment.