mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Update sphinx_build_deploy.yml
was missing a line for "name: " under "release" (line 11)
This commit is contained in:
parent
c115f6d794
commit
804e30ba9e
1 changed files with 25 additions and 24 deletions
3
.github/workflows/sphinx_build_deploy.yml
vendored
3
.github/workflows/sphinx_build_deploy.yml
vendored
|
@ -8,7 +8,8 @@ on:
|
|||
- 'docs/**'
|
||||
|
||||
jobs:
|
||||
release: Build
|
||||
release:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue