Skip to content

Commit

Permalink
Update DocNav.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai committed Jul 14, 2024
1 parent 07aa8ef commit b962f5c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/DocNav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Add Navbar
on:
page_build: # Triggers the workflow on push events to gh-pages branch
workflow_dispatch: # Allows manual triggering
schedule:
- cron: '0 0 * * 0' # Runs every week on Sunday at midnight (UTC)

jobs:
add-navbar:
Expand All @@ -27,9 +29,12 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
# Define the URL of the navbar to be used
NAVBAR_URL="https://raw.githubusercontent.com/TuringLang/turinglang.github.io/main/assets/scripts/JuliaGPNavbar.html"
# Update all HTML files in the current directory (gh-pages root)
./insert_navbar.sh .
./insert_navbar.sh . $NAVBAR_URL
# Remove the insert_navbar.sh file
rm insert_navbar.sh
Expand Down

0 comments on commit b962f5c

Please sign in to comment.