Update sphinx_build_deploy.yml

was missing a line for "name: " under "release" (line 11)
This commit is contained in:
srcarter3 2020-09-02 11:32:35 -06:00 committed by GitHub
parent c115f6d794
commit 804e30ba9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,8 @@ on:
- 'docs/**'
jobs:
release: Build
release:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2