Skip to content

Commit

Permalink
Added tag fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub authored Jun 13, 2024
1 parent 64ede56 commit dc987f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
run: |
git config user.name "$(git --no-pager log --format=format:'%an' -n 1)"
git config user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
git remote add upstream https://github.com/deephaven/deephaven-core.git
git fetch --tags upstream
- name: Make Symlinks
run: |
Expand Down

0 comments on commit dc987f2

Please sign in to comment.