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:
parent
932a471d38
commit
d4de5e6459
1 changed files with 2 additions and 0 deletions
2
.github/workflows/doxygen.yml
vendored
2
.github/workflows/doxygen.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue