Skip to content

Commit

Permalink
Update NIST-required HTML components.
Browse files Browse the repository at this point in the history
Update GitHub actions to not update for documentation changes
  • Loading branch information
gfiumara committed Sep 13, 2024
1 parent 76b8c4e commit edab104
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '.gitignore'
- '**.md'
- 'conformance/**'
- 'NFIQ2/NFIQ2Algorithm/doc/**'

env:
CONFIGURATION: Release
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '.gitignore'
- '**.md'
- 'conformance/**'
- 'NFIQ2/NFIQ2Algorithm/doc/**'

env:
CONFIGURATION: Release
Expand All @@ -22,8 +23,11 @@ jobs:
matrix:
config:
# https://github.com/actions/virtual-environments
- { os: macOS-14, arch: arm64, embed_rf: OFF }
- { os: macOS-13, arch: x64, embed_rf: OFF }
- { os: macOS-12, arch: x64, embed_rf: OFF }
- { os: ubuntu-24.04, arch: x64, embed_rf: ON }
- { os: ubuntu-24.04, arch: x64, embed_rf: OFF }
- { os: ubuntu-22.04, arch: x64, embed_rf: ON }
- { os: ubuntu-22.04, arch: x64, embed_rf: OFF }
- { os: ubuntu-20.04, arch: x64, embed_rf: OFF }
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run-cts-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '!.github/workflows/run-cts-pr.yml'
- '.gitignore'
- '**.md'
- 'NFIQ2/NFIQ2Algorithm/doc/**'

jobs:
runcts:
Expand All @@ -24,8 +25,11 @@ jobs:
matrix:
config:
# https://github.com/actions/virtual-environments
- { os: macOS-14, arch: arm64, embed_rf: OFF }
- { os: macOS-13, arch: x64, embed_rf: OFF }
- { os: macOS-12, arch: x64, embed_rf: OFF }
- { os: ubuntu-24.04, arch: x64, embed_rf: ON }
- { os: ubuntu-24.04, arch: x64, embed_rf: OFF }
- { os: ubuntu-22.04, arch: x64, embed_rf: ON }
- { os: ubuntu-22.04, arch: x64, embed_rf: OFF }
- { os: ubuntu-20.04, arch: x64, embed_rf: OFF }
Expand Down
9 changes: 8 additions & 1 deletion NFIQ2/NFIQ2Algorithm/doc/assets/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="$langISO">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-32629RT6DJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-32629RT6DJ');
</script>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen $doxygenversion"/>
Expand All @@ -17,7 +24,7 @@
<script type="text/javascript" src="$relpath^jquery.js"></script>
<script type="text/javascript" src="$relpath^dynsections.js"></script>
<link rel="stylesheet" href="https://pages.nist.gov/nist-header-footer/css/nist-combined.css">
<script src="https://pages.nist.gov/nist-header-footer/js/nist-header-footer.js" type="text/javascript" defer="defer"></script>
<script src="https://pages.nist.gov/nist-header-footer/js/nist-header-footer-v-2.0.js" defer="defer"></script>
<link rel="stylesheet" type="text/css" href="https://pages.nist.gov/leaveNotice/css/jquery.leaveNotice.css" />
$treeview
$search
Expand Down

0 comments on commit edab104

Please sign in to comment.