From 74c8e7377bf80da0acb76e372adefb39c32b3d79 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 7 Apr 2022 03:07:07 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e192888..0dff6315 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,8 +72,9 @@ jobs: ```bash npm i compile-less-cli@${{steps.create_tag.outputs.versionNumber}} ``` - - ${{ steps.changelog.outputs.compareurl }} + + Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/compile-less/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html + Comparing Changes: ${{ steps.changelog.outputs.compareurl }} ${{ steps.changelog.outputs.changelog }}