Skip to content

Commit

Permalink
Upgrade action version (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Aug 9, 2024
1 parent 4d624b8 commit efe0ac1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1,697 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
node-version: 'lts/*'
- run: |
npm install
npm run build
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"server": "hexo server"
},
"hexo": {
"version": "6.0.0"
"version": "6.3.0"
},
"dependencies": {
"hexo": "^6.0.0",
"hexo": "^6.3.0",
"hexo-fs": "^4.1.1",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion themes/OpenSouceWin/layout/_partial/copyRight.ejs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<div class="page-footer">Copyright &#169 2022 OpenSource.Win</div>
<div class="page-footer">Copyright &#169 2022 - <%- date(Date.now(), 'YYYY') %> OpenSource.Win</div>
2 changes: 1 addition & 1 deletion themes/OpenSouceWin/layout/_partial/detail.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>
</div>
</div>
<!-- 詳情 -->
<!-- 详情 -->
<div class="container pt-5 detail-content">
<div class="row justify-content-center">
<div class="col-sm-12 col-md-8">
Expand Down
Loading

0 comments on commit efe0ac1

Please sign in to comment.