site depolyment workflow: update dependencies
This commit is contained in:
parent
c427dc522c
commit
cba72a6238
1 changed files with 2 additions and 2 deletions
4
.github/workflows/depoly.yml
vendored
4
.github/workflows/depoly.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
|
|
||||||
# Caching dependencies to speed up workflows. (GitHub will remove any cache entries that have not been accessed in over 7 days.)
|
# Caching dependencies to speed up workflows. (GitHub will remove any cache entries that have not been accessed in over 7 days.)
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v2
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
||||||
# Deploy hexo blog website.
|
# Deploy hexo blog website.
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
id: deploy
|
id: deploy
|
||||||
uses: sma11black/hexo-action@v1.0.3
|
uses: sma11black/hexo-action@v1.0.4
|
||||||
with:
|
with:
|
||||||
deploy_key: ${{ secrets.DEPLOY_KEY }}
|
deploy_key: ${{ secrets.DEPLOY_KEY }}
|
||||||
commit_msg: ${{ github.event.head_commit.message }} # (or delete this input setting to use hexo default settings)
|
commit_msg: ${{ github.event.head_commit.message }} # (or delete this input setting to use hexo default settings)
|
||||||
|
|
Loading…
Reference in a new issue