Skip to content

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatedByBdr committed Sep 17, 2023
1 parent 20eb4a0 commit b2b8004
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn

- name: Cache dependencies
uses: actions/cache@v3
with:
path: |
.yarn/cache
.yarn/install-state.gz
.eslintcache
**/tsconfig.tsbuildinfo
**/.types/**
**/.types-*/**
key: build-cache-${{ hashFiles('yarn.lock') }}
restore-keys: |
build-cache-

- name: Install dependencies
run: yarn

- name: Restore Crowdin Cache
uses: actions/cache/restore@v3
with:
path: _crowdin
key: crowdin-cache-dev

- name: Update dynamic data
run: yarn workspace @starknet-io/cms-scripts update-dynamic-data

- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
with:
Expand Down

0 comments on commit b2b8004

Please sign in to comment.