From e165edc7c75cd59ba5df17cb54c73ebd16b50bc0 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Wed, 12 Jan 2022 18:19:43 -0800 Subject: [PATCH] Fix output dir --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c78887bd..d24d58c93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -213,7 +213,8 @@ jobs: bundle install # Generate top-level docs - bundle exec jekyll build + bundle exec jekyll build \ + --destination latest # Generate versioned docs bundle exec jekyll build \ @@ -223,7 +224,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.2.2 with: branch: gh-pages - folder: docs/_site + folder: docs/latest clean: false - name: Publish Versioned Docs uses: JamesIves/github-pages-deploy-action@v4.2.2