diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 00:45:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 00:45:11 +0300 |
commit | b51ab4060432d88fd0a690a2dd9a2290ba7f0803 (patch) | |
tree | 76720117e505d9c26796e06b00a3872df3a602db /.github | |
parent | both web links on one line (diff) | |
download | cv-b51ab4060432d88fd0a690a2dd9a2290ba7f0803.tar.gz cv-b51ab4060432d88fd0a690a2dd9a2290ba7f0803.zip |
workflows/build: fix action usage
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 206be12..2667636 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,5 +29,5 @@ jobs: with: branch: gh-pages folder: cv - single-commit: 1 + single-commit: true if: github.ref == 'refs/heads/master' |