From 729a8018cdafdc87d533db4f7bc517fbaf2d7a2d Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 28 Nov 2021 15:23:22 +0530 Subject: [PATCH] ci updated for `Bibata-Modern` symlink --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3cfd8ba..06a4412b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,6 +57,10 @@ jobs: with: python-version: "3.8" + - name: Generating `Bibata-Modern` symlinks + run: cd svg && python link.py && cd .. + continue-on-error: false + - name: Generating `Bibata-Modern` Cursor Theme run: make modern continue-on-error: false