summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-08-28 09:13:43 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-08-28 09:13:43 +0900
commitd4de5e645913ae8cacb372f5d405d62de817b6a2 (patch)
treed990a71a78594355b8b345ce6e9ac2c6f739a7d8 /.github
parent932a471d3811d6d44764ce42b1b140a04961a763 (diff)
Show projectnumber in current index.html and GITHUB_SHA
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