Skip to content

Commit

Permalink
#57 asciidoc testing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cserhatit committed Mar 20, 2024
1 parent b48ba6a commit dce7c89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ jobs:
source_dir: docs/ # default is .
ebook_main_adoc_file: index
# slides_build: true
pre_build: |
- bash: CURRENT_VERSION=$(sed -rn 's/(^VERSION=)([^-]+)(-SNAPSHOT|)$/\2/p' .env)
- bash: echo current version is ${CURRENT_VERSION}
- bash: echo "CURRENT_VERSION=${CURRENT_VERSION}" >> $GITHUB_OUTPUT
pre_build: CURRENT_VERSION=$(sed -rn 's/(^VERSION=)([^-]+)(-SNAPSHOT|)$/\2/p' .env)
# post_build:

0 comments on commit dce7c89

Please sign in to comment.