Skip to content

Commit 161d0b1

Browse files
committed
fix: Remove venv_security from git tracking to fix GitHub Pages build
- Remove all venv_security files from git (they shouldn't be tracked) - Add venv_security/ to .gitignore - Remove lib64 symlink that was causing tar to fail - Add .github/.gitignore to limit what GitHub Pages processes - This fixes the 'File removed before we read it' error in pages build
1 parent dd30df7 commit 161d0b1

File tree

16 files changed

+7
-463
lines changed

16 files changed

+7
-463
lines changed

.github/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ignore everything for GitHub Pages except what we need
2+
*
3+
!.gitignore
4+
!/.nojekyll
5+
!/index.html

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,5 @@ fix_logging.py
180180
*_RESOLUTION.md
181181
*_REPORT.md
182182
*_INVENTORY.md
183-
*_SUMMARY.md
183+
*_SUMMARY.md
184+
venv_security/

venv_security/bin/Activate.ps1

Lines changed: 0 additions & 247 deletions
This file was deleted.

venv_security/bin/activate

Lines changed: 0 additions & 70 deletions
This file was deleted.

venv_security/bin/activate.csh

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)