Skip to content

Commit 81bea9c

Browse files
committed
Update update_docs.yml
1 parent a9ccb80 commit 81bea9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update_docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515
run: |
1616
SOURCE=$(pwd)
1717
cd docs
18+
VERSION=$(basename ${GITHUB_REF})
19+
echo "Version Being built: ${GITHUB_REF}"
1820
cat Doxyfile.in | \
1921
sed s:'${PROJECT_NAME}':'pdal-c': | \
20-
sed s:'${pdal-c_VERSION}':'v2.0.0': | \
22+
sed s:'${pdal-c_VERSION}': $GITHUB_REF: | \
2123
sed s:'${CMAKE_SOURCE_DIR}':.: | \
2224
sed s:'${PDAL_INCLUDE_DIRS}':NONE: \
2325
> Doxyfile

0 commit comments

Comments
 (0)