From d84720c27a44e65d3d0e214ae3d66b105c46d1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Fri, 23 Aug 2024 22:42:40 +0900 Subject: [PATCH] chore: Disable html publish pipeline --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04bc99477619..44a67088b515 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -150,7 +150,7 @@ jobs: matrix: package: - core - - html + # - html needs: - git-tag-nightly - publish-cargo @@ -197,7 +197,7 @@ jobs: matrix: package: - core - - html + # - html needs: - publish-cargo - run-ecosystem-ci-with-nightly