File tree Expand file tree Collapse file tree 2 files changed +11
-141742
lines changed
content/software/02.plc-ide/tutorials/can-setup/assets Expand file tree Collapse file tree 2 files changed +11
-141742
lines changed Original file line number Diff line number Diff line change @@ -37,18 +37,18 @@ jobs:
37
37
id : gatsby-cache-folder
38
38
with :
39
39
path : .cache
40
- key : ${{ runner.os }}-cache-gatsby -${{ github.sha }}
40
+ key : ${{ runner.os }}-cache-gatsbyV2 -${{ github.sha }}
41
41
restore-keys : |
42
- ${{ runner.os }}-cache-gatsby -
43
-
44
- # - name: Gatsby Public Folder
45
- # uses: actions/cache@v3
46
- # id: gatsby-public-folder
47
- # with:
48
- # path: public/
49
- # key: ${{ runner.os }}-public-gatsby -${{ github.sha }}
50
- # restore-keys: |
51
- # ${{ runner.os }}-public-gatsby -
42
+ ${{ runner.os }}-cache-gatsbyV2 -
43
+
44
+ - name : Gatsby Public Folder
45
+ uses : actions/cache@v3
46
+ id : gatsby-public-folder
47
+ with :
48
+ path : public/
49
+ key : ${{ runner.os }}-public-gatsbyV2 -${{ github.sha }}
50
+ restore-keys : |
51
+ ${{ runner.os }}-public-gatsbyV2 -
52
52
53
53
- run : npm install
54
54
- run : npm run build
You can’t perform that action at this time.
0 commit comments