Skip to content

Commit

Permalink
πŸ› fix: add pull request ref to update docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed Jan 7, 2025
1 parent fdff37e commit 3bc093d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Setup Graphviz
uses: tlylt/install-graphviz@v1
- name: Set up Node LTS
Expand Down

0 comments on commit 3bc093d

Please sign in to comment.