From c475122f76370718dc5fdcb18006c1921d9a58e8 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 29 Jan 2022 15:31:51 +0100 Subject: feat(preview): remove heading if heading is title --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 522eaf0..9a3a6b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,8 @@ jobs: git config --global url."https://github.com/".insteadOf ssh://git@github.com/ git config --global url."https://".insteadOf git:// git config --global url."https://".insteadOf ssh:// - npm install - npm run build - npm run export + yarn install + yarn run build + yarn run export ... # End of ci.yml -- cgit v1.2.3