Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Aug 26, 2024
1 parent 15f5303 commit 2c00a81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
destination: ./_site

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
Expand All @@ -49,4 +49,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023 ADoyle (adoyle.h@gmail.com). Some Rights Reserved.
Copyright 2023-2024 ADoyle (adoyle.h@gmail.com). Some Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ nav_order: 1

There are [default Github community health files](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file) and common guidelines used for any repository under the account @adoyle-h.

Please visit <https://gcg.adoyle.me>

这里存放[默认的 Github 社区健康文件](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file)和一些通用准则,适用于 [@adoyle-h](https://github.com/adoyle-h) 账号下的所有项目。

Please visit <https://gcg.adoyle.me>
请访问 <https://gcg.adoyle.me>

## Default Github Community Health Files

- [CONTRIBUTING](./CONTRIBUTING.md) | [贡献指南](./CONTRIBUTING.zh.md)
Expand All @@ -24,7 +25,7 @@ Please visit <https://gcg.adoyle.me>

## Copyright and License

Copyright 2023 ADoyle (adoyle.h@gmail.com). Some Rights Reserved.
Copyright 2023-2024 ADoyle (adoyle.h@gmail.com). Some Rights Reserved.
The project is licensed under the **Apache License Version 2.0**.

Read the [LICENSE][] file for the specific language governing permissions and limitations under the License.
Expand Down

0 comments on commit 2c00a81

Please sign in to comment.