Skip to content

Commit

Permalink
checkout pull_request.head.ref for repo-vis
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen authored Mar 1, 2023
1 parent 8feec01 commit 04145c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
build-docs:
runs-on: ubuntu-latest
steps:
# setup
# setup, checkout pull_request.head.ref for repo-vis
- name: checkout
uses: actions/checkout@main
with:
ref: ${{github.event.pull_request.head.ref}}
- name: setup-python
uses: actions/setup-python@main
# update repo visualization for docs
Expand Down

0 comments on commit 04145c0

Please sign in to comment.