Commit 9992ef5
authored
MAINT: Phase 1 - Add HTML archives to GitHub release assets (#662)
Implements Phase 1 from issue #661: HTML archive backup on releases.
Changes:
- Add step to create compressed HTML archive after build
- Generate SHA256 checksum for integrity verification
- Create metadata manifest with build information
- Upload archive, checksum, and manifest to GitHub releases
Release assets created on each publish-* tag:
- lecture-python-html-{tag}.tar.gz - Full HTML site archive
- html-checksum.txt - SHA256 verification file
- html-manifest.json - Build metadata (tag, commit, size, file count)
This establishes backup infrastructure before gh-pages history cleanup
and provides historical restore points for all future deployments.1 parent c027427 commit 9992ef5
1 file changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
76 | 102 | | |
77 | 103 | | |
78 | 104 | | |
| |||
0 commit comments