From b8b4e38a6f2e3d73890478eb009ca7e6500b7743 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Wed, 23 Sep 2020 14:27:50 -0700 Subject: [PATCH] Add setup docsy step --- .../azure-static-web-apps-agreeable-mushroom-00aa4761e.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-agreeable-mushroom-00aa4761e.yml b/.github/workflows/azure-static-web-apps-agreeable-mushroom-00aa4761e.yml index e9596a2cb..51c44edb1 100644 --- a/.github/workflows/azure-static-web-apps-agreeable-mushroom-00aa4761e.yml +++ b/.github/workflows/azure-static-web-apps-agreeable-mushroom-00aa4761e.yml @@ -18,6 +18,8 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive + - name: Setup Docsy + run: cd daprdocs && git submodule add https://github.com/google/docsy.git themes/docsy && git submodule update --init --recursive && sudo npm install -D --save autoprefixer && sudo npm install -D --save postcss-cli - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v0.0.1-preview