Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Jan 10, 2020
2 parents abbf8db + 929205c commit dc84207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---

name: FORD Documenation
name: FORD Documentation
author: Jim Madge
description: Build documenation for a Fortran project using FORD
description: Build documentation for a Fortran project using FORD
inputs:
project_file:
description: Name of the FORD project file
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ echo "Documentation written to ${OUTPUT_DIR}"
echo ::set-output name=output_dir::$OUTPUT_DIR

# Build documentation
echo "Building documenation"
echo "Building documentation"
ford ${ROOT}/$1

0 comments on commit dc84207

Please sign in to comment.