Skip to content

Commit 420e9be

Browse files
committed
ci: Force GitHub Pages rebuild and add .nojekyll file
Signed-off-by: Aaron Lippold <[email protected]>
1 parent dc9b3b6 commit 420e9be

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.github/workflows/deploy-docs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ jobs:
7272
folder: site
7373
branch: gh-pages
7474
clean: true
75+
clean-exclude: |
76+
.nojekyll
77+
CNAME
78+
force: true
7579

7680
# Verify deployment
7781
- name: Verify deployment

docs/.nojekyll

Whitespace-only changes.

docs/index.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Kube Secure Scanner
22

3-
!!! info "Release Preview v0.90"
4-
This is an ongoing joint community research effort and is currently at **Release Preview (v0.90)**. Some examples, automation, pipelines, and scripts are still in the process of being fully tested and validated. We'll be releasing updates in v0.9.x versions as we work toward a stable v1.0.0 release.
3+
<div style="padding: 1em; margin-bottom: 1em; background-color: rgba(0, 100, 200, 0.1); border-left: 4px solid #0066cc; border-radius: 4px;">
4+
<h2 style="margin-top: 0; color: #0066cc;">Release Preview v0.90</h2>
5+
<p>This is an ongoing joint community research effort and is currently at <strong>Release Preview (v0.90)</strong>. Some examples, automation, pipelines, and scripts are still in the process of being fully tested and validated. We'll be releasing updates in v0.9.x versions as we work toward a stable v1.0.0 release.</p>
56

6-
[View Project on GitHub ↗](https://github.com/mitre/kube-secure-scanner){: .md-button .md-button--primary target="_blank"}
7+
<a href="https://github.com/mitre/kube-secure-scanner" class="md-button md-button--primary" target="_blank">View Project on GitHub ↗</a>
8+
</div>
79

810
## Overview
911

mkdocs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -515,4 +515,8 @@ extra:
515515
link: https://www.linkedin.com/company/mitre
516516
- icon: fontawesome/solid/shield
517517
link: https://saf.mitre.org
518-
name: MITRE Security Automation Framework
518+
name: MITRE Security Automation Framework
519+
520+
# Generate a .nojekyll file in the output directory to prevent GitHub Pages from using Jekyll
521+
extra_files:
522+
- .nojekyll

0 commit comments

Comments
 (0)