Skip to content

Commit

Permalink
Feat/new website url (#6)
Browse files Browse the repository at this point in the history
* 🚧 Change website url.

* 🚧 Update pipeline.
  • Loading branch information
tolerious authored Sep 22, 2024
1 parent 5799460 commit ee4dcce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- run: pnpm run docs:build
- run: cp google* docs/cs-reading/
- name: Deploy
if: github.ref == 'refs/heads/master'
uses: easingthemes/ssh-deploy@v2.1.5
env:
#私钥
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default defineConfig({
footer: {
message: "Powered by Toly with full 💖 ",
copyright:
"<a style='color:rgb(255, 124, 10);font-weight:bold;' href='https://stylishreader.cn/'>如何学习英语?</a>",
"<a style='color:rgb(255, 124, 10);font-weight:bold;' href='https://stylishreader.com/'>如何学习英语?</a>",
},
},
});

0 comments on commit ee4dcce

Please sign in to comment.