mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
newlines
This commit is contained in:
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
@@ -23,6 +23,7 @@ jobs:
|
||||
run: |
|
||||
echo ${{ steps.get_version.outputs.VERSION }} > docs/assets/versions.txt
|
||||
tags=`git ls-tree --name-only origin/gh-pages | egrep "^((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)$" | tr " " "\n"`
|
||||
echo $tags
|
||||
echo $tags >> docs/assets/versions.txt
|
||||
cat docs/assets/versions.txt
|
||||
- name: Build jekyll site
|
||||
|
||||
Reference in New Issue
Block a user