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 a9ccb80 commit 81bea9cCopy full SHA for 81bea9c
.github/workflows/update_docs.yml
@@ -15,9 +15,11 @@ jobs:
15
run: |
16
SOURCE=$(pwd)
17
cd docs
18
+ VERSION=$(basename ${GITHUB_REF})
19
+ echo "Version Being built: ${GITHUB_REF}"
20
cat Doxyfile.in | \
21
sed s:'${PROJECT_NAME}':'pdal-c': | \
- sed s:'${pdal-c_VERSION}':'v2.0.0': | \
22
+ sed s:'${pdal-c_VERSION}': $GITHUB_REF: | \
23
sed s:'${CMAKE_SOURCE_DIR}':.: | \
24
sed s:'${PDAL_INCLUDE_DIRS}':NONE: \
25
> Doxyfile
0 commit comments