diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 09:46:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 09:46:30 +0300 |
commit | 5929f6bce3493a894d918d0e8921cb4b63869bc1 (patch) | |
tree | e9801b81189e0f172c818ced8de258560c3a3f3e /.github | |
parent | workflows/build: fix action usage (diff) | |
download | cv-5929f6bce3493a894d918d0e8921cb4b63869bc1.tar.gz cv-5929f6bce3493a894d918d0e8921cb4b63869bc1.zip |
workflows/build: tweak step names
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2667636..848a89a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: run: | docker-compose build docker-compose up - - name: Attach as artifact + - name: Publish as artifact uses: actions/upload-artifact@v2 with: name: cv @@ -24,7 +24,7 @@ jobs: if-no-files-found: error - name: Clean up run: sudo make clean - - name: Publish on GitHub Pages + - name: Publish to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.1.0 with: branch: gh-pages |