Use correct name of the node-version
input
#320
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Test docs and coverage workflow' | |
on: | |
pull_request: | |
jobs: | |
generate-docs-and-coverage: | |
name: Generate docs and coverage report | |
uses: ./.github/workflows/docs-and-coverage.yml | |
with: | |
run-after-install: git config --global user.email "[email protected]" && git config --global user.name "Test User" | |
prepare-gh-pages-commands: | | |
mv docs/* ./gh-pages | |
mv coverage/lcov-report ./gh-pages/coverage |