Skip to content

Commit

Permalink
Update DocNav.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai authored Aug 6, 2024
1 parent ce5dd69 commit 94cdd07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/DocNav.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Add Navbar

on:
push:
branches:
- gh-pages
page_build: # Triggers the workflow on push events to gh-pages branch
workflow_dispatch: # Allows manual triggering
schedule:
Expand Down Expand Up @@ -49,4 +52,4 @@ jobs:
git push "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" gh-pages
else
echo "No changes to commit"
fi
fi

0 comments on commit 94cdd07

Please sign in to comment.