From 969ddcb95a9db4a328a7ffa9c7fa1454a868f7d1 Mon Sep 17 00:00:00 2001 From: hymbz Date: Wed, 26 Jun 2024 23:38:33 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20:construction=5Fworker:=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yaml | 8 ++++---- .github/workflows/release.yml | 2 +- docs/.vitepress/theme/custom.css | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ced8d175..0e80a73b 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -1,9 +1,9 @@ -name: updatePage +name: updateDocsPage on: push: paths: - - '**.md' + - "**.md" jobs: deploy: @@ -53,6 +53,6 @@ jobs: with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - projectName: 'comic-read-docs' - directory: 'docs/.vitepress/dist' + projectName: "comic-read-docs" + directory: "docs/.vitepress/dist" branch: main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f02f9d64..41ac1d05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - ref: 'master' + ref: "master" - name: Release uses: softprops/action-gh-release@v1 with: diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index 18829737..691c9468 100644 --- a/docs/.vitepress/theme/custom.css +++ b/docs/.vitepress/theme/custom.css @@ -6,5 +6,5 @@ a > img { display: inline; - margin: 0 .1em; + margin: 0 0.1em; }