Skip to content

Commit

Permalink
PalisadoesFoundation#2970:autodoc-generate-talawa-Admin
Browse files Browse the repository at this point in the history
  • Loading branch information
bint-Eve committed Jan 5, 2025
1 parent a1d2a8d commit d845f31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Required for getting full git history
ref: ${{ github.event.pull_request.head.ref }}

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -581,7 +582,7 @@ jobs:
git commit -m "docs: update auto-generated documentation [skip ci]"
# Push changes
git push
git push origin HEAD:${{ github.event.pull_request.head.ref }}
else
echo "No changes to commit"
fi

0 comments on commit d845f31

Please sign in to comment.