Skip to content

Commit

Permalink
any any changes within docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed Apr 16, 2024
1 parent 11b8707 commit a3004d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
git add man/\* NAMESPACE DESCRIPTION
git commit -m "Update documentation" || echo "No changes to commit"
git add docs/\*
git commit -m "Update website documentation" || echo "No changes to commit"
git pull --ff-only
git push origin

0 comments on commit a3004d7

Please sign in to comment.