Commit f320acb 1 parent 9d9b953 commit f320acb Copy full SHA for f320acb
File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,20 @@ jobs:
24
24
yarn config set "@tiptap-pro:registry" https://registry.tiptap.dev
25
25
yarn config set "//registry.tiptap.dev/:_authToken" 2p57eGWikYWRPQZkT+CaUrIVU7tLSgGZPp49fID0nNdlXj0tXcDA3uhx5sxd/K7J
26
26
27
- - name : Get yarn cache directory path
28
- id : yarn-cache-dir-path
29
- run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
30
-
31
- - uses : actions/cache@v3
32
- id : yarn-cache
33
- with :
34
- path : |
35
- ${{ steps.yarn-cache-dir-path.outputs.dir }}
36
- node_modules
37
- .next
38
- key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
39
- restore-keys : |
40
- ${{ runner.os }}-yarn-
27
+ # - name: Get yarn cache directory path
28
+ # id: yarn-cache-dir-path
29
+ # run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
30
+
31
+ # - uses: actions/cache@v3
32
+ # id: yarn-cache
33
+ # with:
34
+ # path: |
35
+ # ${{ steps.yarn-cache-dir-path.outputs.dir }}
36
+ # node_modules
37
+ # .next
38
+ # key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
39
+ # restore-keys: |
40
+ # ${{ runner.os }}-yarn-
41
41
42
42
- name : Install Dependencies
43
43
run : yarn install
You can’t perform that action at this time.
0 commit comments