Skip to content

Commit 3a57a71

Browse files
tomvannuenenclaude
andcommitted
Clean up post-deployment: remove debug step and backup files
- Remove debug navbar output from GitHub Actions workflow - Delete obsolete navbar_old.html backup file - Navigation system is now fully functional with "Catalog" links 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b6328a2 commit 3a57a71

File tree

2 files changed

+0
-124
lines changed

2 files changed

+0
-124
lines changed

.github/workflows/jekyll.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
ruby-version: '3.1'
3030
bundler-cache: false
3131

32-
- name: Debug navbar file
33-
run: |
34-
echo "=== Current navbar content ==="
35-
cat _includes/navbar.html | grep -A5 -B5 "Library\|Catalog"
36-
echo "=== End navbar content ==="
37-
3832
- name: Install dependencies
3933
run: bundle install
4034

_includes/navbar_old.html

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

0 commit comments

Comments
 (0)