Skip to content

Commit f568ae3

Browse files
committed
Added find for debugging.
1 parent 9a1eb63 commit f568ae3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
# We only use a non-zero build # when making multiple manual builds in one day.
9494
run: |
9595
echo "$PWD"
96+
found="$(find ./ -name "version.txt")"
97+
echo "$found"
9698
MAJOR_DOT_MINOR_VERSION_NUMBER="$(cat ./version.txt)"
9799
if test -z "${{ github.event.inputs.version }}"; then
98100
export VERSION_NUMBER=$MAJOR_DOT_MINOR_VERSION_NUMBER.$((`git log -n 1 --format=%ct` / (60*60*24)))

0 commit comments

Comments
 (0)