Skip to content

Commit 8a1f426

Browse files
committed
fix: github workflow and renew license date
1 parent c6464b2 commit 8a1f426

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.github/workflows/jekyll-gh-pages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
- name: Setup Pages
31-
uses: actions/configure-pages@v3
31+
uses: actions/configure-pages@v5
3232

3333
- name: Cache node modules
3434
id: cache-node-modules
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: node_modules
3838
key: ${{ runner.os }}-node-modules

.jekyll/includes/head_custom.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<script defer src="https://u.han.adoyle.me/script.js" data-website-id="8b336723-cee0-4d92-bde9-5028a56bcc40"></script>

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2016-2023 ADoyle ([email protected])
1+
Copyright 2016-2025 ADoyle ([email protected])
22
Some rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ description: 博观而约取,厚积而薄发。ADoyle 的碎片化知识笔记
3333
logo: https://media.githubusercontent.com/media/adoyle-h/_imgs/master/assets/logo.png
3434
favicon_ico: ./.jekyll/assets/favicon.ico
3535
footer_content:
36-
Copyright 2016-2024 ADoyle ([email protected]). Some Rights Reserved.<br>
36+
Copyright 2016-2025 ADoyle ([email protected]). Some Rights Reserved.<br>
3737
The project is licensed under <b>BSD 3-clause License</b>.
3838
aux_links_new_tab: true # Makes Aux links open in a new tab. Default is false
3939
aux_links:

_docs/license.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 版权声明
22

3-
Copyright 2016-2024 ADoyle ([email protected]). Some Rights Reserved.
3+
Copyright 2016-2025 ADoyle ([email protected]). Some Rights Reserved.
44
The project is licensed under the **BSD 3-clause License**.
55

66
Read the [LICENSE](./LICENSE) file for the specific language governing permissions and limitations under the License.

0 commit comments

Comments
 (0)