From e052c942db51a2de2aaf1467bfc74c5789839dfc Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sun, 4 Aug 2024 07:23:30 +0000 Subject: [PATCH] add theme --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2942e5f..7ea3103 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ 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 - name: Setup Fluent CI CLI uses: fluentci-io/setup-fluentci@v5 with: