Skip to content

Commit a08e9cc

Browse files
Merge branch 'main' into st-collapsedChange
2 parents 5095be2 + 93361c8 commit a08e9cc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,14 @@ jobs:
149149
uses: actions/setup-node@v1
150150
with:
151151
node-version: ${{ env.NODE_VERSION }}
152+
- name: Restore dependencies
153+
uses: actions/cache@v2
154+
id: cache-dependencies
155+
with:
156+
path: node_modules
157+
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
158+
restore-keys: |
159+
${{ runner.os }}-npm-
152160
- name: Download build artifacts
153161
uses: actions/download-artifact@v2
154162
with:

theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build": "cp ../README.md .",
2828
"deploy": "npm publish --access public",
2929
"deploy:ci": "npm run deploy",
30-
"semantic-release": "semantic-release"
30+
"semantic-release": "cp ../README.md . ; semantic-release"
3131
},
3232
"peerDependencies": {
3333
"gatsby": "^3.8.0",

0 commit comments

Comments
 (0)