Skip to content

Commit

Permalink
Merge pull request #140 from uwhackweek/qa_qc
Browse files Browse the repository at this point in the history
Transferring some general template changes from ICESat-2
  • Loading branch information
jomey authored Aug 4, 2023
2 parents 3db3bac + c453d18 commit 37d63d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
hsa
slippy
1 change: 1 addition & 0 deletions .github/workflows/netlifypreview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
jb-save: false

- name: Deploy Website Preview
if: always()
uses: nwtgck/[email protected]
with:
publish-dir: './book/_build/html'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qaqc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
check_filenames: true
check_hidden: true
skip: '*.js,qaqc.yml'
ignore_words_list: slippy,trough,thw
ignore_words_file: .codespellignore

# borrowed from https://github.com/ProjectPythia/pythia-foundations/blob/main/.github/workflows/link-checker.yaml
- name: Disable Notebook Execution Before Linkcheck
Expand Down

0 comments on commit 37d63d7

Please sign in to comment.