File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed
Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1+ - run : mkdir -p build
2+ - name : Generate Contributors Images
3+ uses : jaywcjlove/github-action-contributors@main
4+ with :
5+ filter-author : (renovate\[bot\]|renovate-bot|dependabot\[bot\])
6+ output : build/CONTRIBUTORS.svg
7+ avatarSize : 42
8+
9+ - name : Deploy
10+ uses : peaceiris/actions-gh-pages@v3
11+ with :
12+ github_token : ${{ secrets.GITHUB_TOKEN }}
13+ publish_dir : ./build
Original file line number Diff line number Diff line change @@ -112,7 +112,13 @@ npm run dev
112112
113113### 2. 贡献列表
114114
115- ![ Contributors] ( https://contrib.rocks/image?repo=anghunk/linuxdo-scripts )
115+ 一如既往,感谢我们出色的贡献者们!
116+
117+ <!-- GAMFC_DELIMITER--> will be replaced here<!-- GAMFC_DELIMITER-END-->
118+
119+ Made with [ contributors] ( https://github.com/jaywcjlove/github-action-contributors ) .
120+
121+ <!--  -->
116122
117123![ Stargazers repo roster for @anghunk/linuxdo-scripts ] ( https://reporoster.com/stars/dark/anghunk/linuxdo-scripts )
118124
Original file line number Diff line number Diff line change @@ -112,7 +112,13 @@ npm run dev
112112
113113### 2. Contributors List
114114
115- ![ Contributors] ( https://contrib.rocks/image?repo=anghunk/linuxdo-scripts )
115+ As always, thanks to our amazing contributors!
116+
117+ <!-- GAMFC_DELIMITER--> will be replaced here<!-- GAMFC_DELIMITER-END-->
118+
119+ Made with [ contributors] ( https://github.com/jaywcjlove/github-action-contributors ) .
120+
121+ <!--  -->
116122
117123![ Stargazers repo roster for @anghunk/linuxdo-scripts ] ( https://reporoster.com/stars/dark/anghunk/linuxdo-scripts )
118124
You can’t perform that action at this time.
0 commit comments