We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2d417 commit a1c74fbCopy full SHA for a1c74fb
.github/workflows/docs.yml
@@ -6,7 +6,7 @@ on:
6
- main
7
8
jobs:
9
- javadocs:
+ documentation:
10
runs-on: ubuntu-latest
11
12
permissions:
build.sh
@@ -1,12 +1,5 @@
1
#!/bin/bash
2
3
-pushd ..
4
-
5
-shopt -s expand_aliases
-DIR="${BASH_SOURCE%/*}"
-if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
VERSION=$(grep -m1 '<version>' ./pom.xml | sed -E 's/.*<version>([^<]+)<\/version>.*/\1/')
cp ./CHANGELOG.md ./docs/book/changelog.md
@@ -19,6 +12,5 @@ popd
19
20
13
sed -i "s/{{VERSION}}/${VERSION}/g" ./docs/book/download.md
21
14
sed -i "s/{{VERSION}}/${VERSION}/g" ./docs/book/index.md
22
-popd
23
15
24
16
npx hyperbook build
0 commit comments