Skip to content

Commit

Permalink
Update DocsNav.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanngoswamii authored Dec 21, 2024
1 parent 4fde3c0 commit 007fb31
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/DocsNav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
workflow_dispatch: # Allows manual triggering
schedule:
- cron: '0 0 * * 0' # Runs every week on Sunday at midnight (UTC)

defaults:
run:
shell: bash

jobs:
add-navbar:
Expand All @@ -24,7 +20,7 @@ jobs:

- name: Download insert_navbar.sh
run: |
curl -O https://raw.githubusercontent.com/TuringLang/turinglang.github.io/main/assets/scripts/insert_navbar.sh
curl -O https://raw.githubusercontent.com/shravanngoswamii/turinglang.github.io/main/assets/scripts/insert_navbar.sh
chmod +x insert_navbar.sh
- name: Update Navbar
Expand Down

0 comments on commit 007fb31

Please sign in to comment.