sync zenn with dev action:只需将Zenn文章同步到DEV 源码
只需将Zenn文章同步到DEV 它可以用于将用编写的文章同步到 。 用法 参见 。 最小用法如下。 name : ' build-test ' on : push : branches : - main jobs : build : runs-on : ubuntu-latest if : contains(github.event.head_commit.message, '[skip ci]') == false steps : - name : setup node project uses : actions/checkout@v2 - run : | npm install npm run all - name : dev.to act
文件列表
sync-zenn-with-dev-action-main.zip
(预估有个28文件)
sync-zenn-with-dev-action-main
articles
.gitignore
4B
package.json
1KB
__tests__
main.test.ts
863B
.eslintrc.json
2KB
.github
dependabot.yml
274B
workflows
暂无评论