-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #404 from bzah/enh/small-improvements
Enh/small improvements to standard name table
- Loading branch information
Showing
3 changed files
with
100 additions
and
79 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,9 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Check links | ||
uses: lycheeverse/[email protected] | ||
uses: lycheeverse/[email protected] | ||
with: | ||
output: ./lychee/out.md | ||
|
||
- name: Upload report | ||
if: ${{ always() }} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
The XML file in the src directory is used to build the HTML version of the CF Standard Name Table in the build directory. | ||
|
||
See the makefile for the avilable document build options. | ||
See the makefile for the available document build options. |
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