Skip to content

Commit

Permalink
Change target-branch to docs/develop in dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 authored and samjwu committed Jun 10, 2024
1 parent 11b2922 commit 79ff964
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ updates:
- "documentation"
- "dependencies"
- "ci:docs-only"
target-branch: "docs/develop"
reviewers:
- "samjwu"
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ build:
- "graphviz" # For dot graphs in doxygen
jobs:
post_checkout:
- if [ -d ../llvm-project ]; then rm -r ../llvm-project; fi
- if [ -d ../clr ]; then rm -r ../clr; fi
- if [ -d ../ROCR-Runtime ]; then rm -r ../ROCR-Runtime; fi
- if [ -d ../llvm-project ]; then rm -rf ../llvm-project; fi
- if [ -d ../clr ]; then rm -rf ../clr; fi
- if [ -d ../ROCR-Runtime ]; then rm -rf ../ROCR-Runtime; fi
- git clone --depth=1 --single-branch --branch rocdoc-195 https://github.com/StreamHPC/llvm-project.git ../llvm-project
- git clone --depth=1 --single-branch --branch develop https://github.com/ROCm/clr.git ../clr
- git clone --depth=1 --single-branch --branch master https://github.com/ROCm/ROCR-Runtime.git ../ROCR-Runtime
Expand Down

0 comments on commit 79ff964

Please sign in to comment.