1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Show projectnumber in current index.html and GITHUB_SHA

This commit is contained in:
Kazuhiro NISHIYAMA 2019-08-28 09:13:43 +09:00
parent 932a471d38
commit d4de5e6459
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -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