From afff1fc66c2a7e2045edcb44e320338be0834288 Mon Sep 17 00:00:00 2001 From: Wojtek Krzywiec Date: Thu, 25 Jun 2020 19:46:45 +0200 Subject: [PATCH] jekyll docs theme - change theme --- .github/workflows/docs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index a413207..09f981e 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -18,7 +18,8 @@ jobs: - name: Git clone docs layout uses: actions/checkout@v2 with: - repository: gustavoquinalha/jekyll-help-center-theme + repository: LeakyAbstractions/pretty-docs + ref: 'gh-pages' path: public - name: Publish docs page