From 89ae6496f8e0c50692b528835942ab254bc5975b Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sun, 4 Aug 2024 07:23:30 +0000 Subject: [PATCH] add theme add theme --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2942e5f..df69daa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: cp -r src example/.fluentci cp Cargo.toml example/.fluentci cp Cargo.lock example/.fluentci + cd demo && git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke + git submodule update --init --recursive --remote - name: Setup Fluent CI CLI uses: fluentci-io/setup-fluentci@v5 with: