summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-08-28 09:15:40 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-08-28 09:15:40 +0900
commit767992329ea335546bbdc98812b5a16be720a415 (patch)
treee9008d4bec020be632c5f0d1fab27151a7b22b3d /.github
parentd4de5e645913ae8cacb372f5d405d62de817b6a2 (diff)
Allow missing projectnumber [ci skip]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/doxygen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml
index 0751c42ea9..c83a15e1f8 100644
--- a/.github/workflows/doxygen.yml
+++ b/.github/workflows/doxygen.yml
@@ -10,7 +10,7 @@ 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
+ grep projectnumber /tmp/index.html || :
echo "GITHUB_SHA=${GITHUB_SHA}"
- name: Install libraries
run: |