diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 03:57:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-07 03:57:42 +0300 |
commit | 4c296f7e014eb986773e2b5a4e325773277ff867 (patch) | |
tree | 8758eaf9cf0b221c8ce933ffcfe54477740a6909 /.github/workflows | |
parent | Makefile: best practices (diff) | |
download | cv-4c296f7e014eb986773e2b5a4e325773277ff867.tar.gz cv-4c296f7e014eb986773e2b5a4e325773277ff867.zip |
workflows/build: error out if no files to upload
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf5302c..206be12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,7 @@ jobs: with: name: cv path: cv/cv.pdf + if-no-files-found: error - name: Clean up run: sudo make clean - name: Publish on GitHub Pages |