Skip to content

Commit

Permalink
Documentation workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgroot42 committed Jan 12, 2024
1 parent b9c7597 commit 793a24e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main # or your default branch
paths-ignore:
- 'docs/**' # Ignore changes to 'docs/' directory
permissions:
contents: write

jobs:
build-documentation:
Expand Down Expand Up @@ -40,4 +44,4 @@ jobs:
git config --local user.name "GitHub Actions"
git add docs/
git commit -m "Update documentation" -a || exit 0 # Exit if nothing to commit
git push https://${{ secrets.MIMIR_PAT }}@github.com/${{ github.repository }}.git
git push

0 comments on commit 793a24e

Please sign in to comment.