From b9c3b09ff9468f659e7c2b23a1bf2a1d17ae488d Mon Sep 17 00:00:00 2001 From: Riceball <42161586+riceball-tw@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:00:04 +0800 Subject: [PATCH 1/2] docs: Make readme straight to the point --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cec4a4ed..f4084baf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -# WebDong - 網頁東東 +**[WebDong](https://www.webdong.dev/) - Discover Interesting Things Around The Web** -> 是什麼原因導致網頁建構上遭遇瓶頸?以及如何突破? -> 「網頁東東」專門解決你對「網頁東東」的疑惑。 +[About](https://www.webdong.dev/about/) / +[Posts](https://www.webdong.dev/post/) / +[Editor](https://www.webdong.dev/editor/) / +[Toolbox](https://www.webdong.dev/toolbox/) -製作網頁不只考驗單一領域的深度,也同時涉及多項領域,需要多方的整合知識和技能。在建構過程中,會遇到各種挑戰,包括設計、開發、內容創作……等方面。網頁東東使命是幫助開發者們克服其中挑戰,並提供更輕鬆且直覺的學習管道。 - -![image](/public/images/brand/default-og.jpg) +
+code is licensed under MIT,
words and images are licensed under CC BY-NC 4.0
. From d66582cebf109b831b9548802132b4bd4a14d5fb Mon Sep 17 00:00:00 2001 From: Riceball <42161586+riceball-tw@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:07:22 +0800 Subject: [PATCH 2/2] chore: Upgrade checkout action and apply its LFS --- .github/workflows/pages-deployment.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pages-deployment.yml b/.github/workflows/pages-deployment.yml index 6d554310..7726490c 100644 --- a/.github/workflows/pages-deployment.yml +++ b/.github/workflows/pages-deployment.yml @@ -11,17 +11,9 @@ jobs: name: Deploy to Cloudflare Pages steps: - name: Checkout - uses: actions/checkout@v3 - - name: setup node - uses: actions/setup-node@v3 + uses: actions/checkout@v4 with: - node-version: 18 - - name: Install Git LFS - run: git lfs install - - name: Fetch Git LFS files - run: git lfs fetch - - name: Apply Git LFS files to content - run: git lfs checkout + lfs: true - name: install packages and build run: | npm install