Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yanqirj committed Mar 26, 2024
1 parent 2914022 commit 8e95922
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
with:
path: dist

- name: 部署至GitHub Pages

- name: Configure Pages
uses: actions/configure-pages@v4
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion pages/posts/about-yak-shaving-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ duration: 10min
>
> [知乎链接](https://zhuanlan.zhihu.com/p/373699761)
最近偶尔逛逛知乎,看到不少提问关于如何开始做开源,亦或是如何把开源项目做得成功。我算是也是有过类似的疑惑很长一段时间,就想着,也许我可以来分享一些我在这个方面一些粗浅的看法
最近偶尔逛逛知乎,看到不少提问关于如何开始做开源,亦或是如何把开源项目做得成功。我算是也是有过类似的疑惑很长一段时间,就想着也许我可以来分享一些我在这个方面一些粗浅的看法

先是关于我,我是 Vue, Vite, wenyan-lang, WindiCSS, Intlify 的团队成员,也是 VueUse, Slidev, Type Challenges, i18n Ally 的作者,在个人的账号下也有一些零零碎碎的开源小工具,具体可以查看我的 [项目列表](https://antfu.me/projects)。从认真开始做开源到现在差不多两年多的时间,这些贡献虽然说不上多么了不起,但是却能够让我通过赞助,[全职进行开源的开发和维护](https://twitter.com/antfu7/status/1362676666221268995)

Expand Down

0 comments on commit 8e95922

Please sign in to comment.