show dir listing

This commit is contained in:
Jamil Bou Kheir
2022-01-12 18:32:34 -08:00
parent af5d0a26b7
commit 3fd9836f8a

View File

@@ -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: