fixed bad name

This commit is contained in:
andy 2021-03-23 22:27:58 +00:00
parent fdbda8ef26
commit b5366b8f38

View File

@ -60,7 +60,7 @@ jobs:
# - name: Run JavaScript Tests
# run: npm test
generate docs:
documentation:
runs-on: ubuntu-20.04
needs: build # for ignoring bad builds
if: github.event_name == 'push' && github.ref == 'refs/heads/master'