Skip to content

Commit

Permalink
Remove caching from publish docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasEllul committed Jan 15, 2025
1 parent aaf5357 commit 3c3a52e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
node-version-file: '.nvmrc'
- name: Install Yarn
run: corepack enable
- name: Restore Yarn cache
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies via Yarn
run: yarn --immutable
- name: Run build script
Expand Down

0 comments on commit 3c3a52e

Please sign in to comment.