From 944c559c0f76a454497e70f6fb9a6f2e7204f209 Mon Sep 17 00:00:00 2001 From: WCY-dt <834421194@qq.com> Date: Mon, 17 Jun 2024 20:37:29 +0800 Subject: [PATCH] chore: Add plugins and CNAME --- .github/workflows/deploy.yml | 11 +++++++++++ ...44\275\277\347\224\250\346\203\205\345\206\265.md" | 3 +-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b5641bd..20eba86 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,10 +40,21 @@ jobs: echo ' }' >> index.html echo ' ' >> index.html echo ' ' >> index.html + echo ' ' >> index.html + echo ' ' >> index.html + echo ' ' >> index.html + echo ' ' >> index.html + echo ' ' >> index.html + echo ' ' >> index.html + echo ' ' >> index.html + echo ' ' >> index.html + echo ' ' >> index.html echo '' >> index.html echo '' >> index.html - name: Generate .nojekyll run: touch .nojekyll + - name: Generate CNAME + run: echo 'til.ch3nyang.top' > CNAME - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4 with: diff --git "a/CMD/\346\237\245\347\234\213\347\254\224\350\256\260\346\234\254\347\224\265\346\261\240\344\275\277\347\224\250\346\203\205\345\206\265.md" "b/CMD/\346\237\245\347\234\213\347\254\224\350\256\260\346\234\254\347\224\265\346\261\240\344\275\277\347\224\250\346\203\205\345\206\265.md" index 9f57111..3d817fb 100644 --- "a/CMD/\346\237\245\347\234\213\347\254\224\350\256\260\346\234\254\347\224\265\346\261\240\344\275\277\347\224\250\346\203\205\345\206\265.md" +++ "b/CMD/\346\237\245\347\234\213\347\254\224\350\256\260\346\234\254\347\224\265\346\261\240\344\275\277\347\224\250\346\203\205\345\206\265.md" @@ -2,7 +2,6 @@ CMD 输入: -```cmd +```batch powercfg /batteryreport /output "D:\battery_report.html" ``` -