mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 01:41:57 +00:00
show dir listing
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user