aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/doxygen.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml
index 8ce89776c4..0751c42ea9 100644
--- a/.github/workflows/doxygen.yml
+++ b/.github/workflows/doxygen.yml
@@ -10,6 +10,8 @@ jobs:
- name: Download current index.html
run: |
curl -o /tmp/index.html https://rubyci.s3.amazonaws.com/doxygen-latest-html/index.html || touch /tmp/index.html
+ grep projectnumber /tmp/index.html
+ echo "GITHUB_SHA=${GITHUB_SHA}"
- name: Install libraries
run: |
set -x