From 3fd9836f8a16fd5bfa36bce4c0cee3377ebb78d8 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Wed, 12 Jan 2022 18:32:34 -0800 Subject: [PATCH] show dir listing --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a6741d8c..77711a4bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -216,10 +216,14 @@ jobs: bundle exec jekyll build \ --destination latest + ls -al latest + # Generate versioned docs bundle exec jekyll build \ --baseurl ${{ steps.get_version.outputs.VERSION }} \ --destination ${{ steps.get_version.outputs.VERSION }} + + ls -al ${{ steps.get_version.outputs.VERSION }} - name: Publish Latest Docs uses: JamesIves/github-pages-deploy-action@v4.2.2 with: