Skip to content

Commit

Permalink
change the tag in docs and deployment yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliya Nigamova authored and anigamova committed Feb 14, 2025
1 parent 1cd275f commit 265d30a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
git fetch origin gh-pages --depth=1
git config user.name ci-bot
git config user.email [email protected]
mike deploy --push v10.0.X latest
mike deploy --push v10.1.X latest
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ cmsenv
git clone https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
cd HiggsAnalysis/CombinedLimit
```
Update to a recommended tag - currently the recommended tag is **v10.0.2**: [see release notes](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v10.0.2)
Update to a recommended tag - currently the recommended tag is **v10.1.0**: [see release notes](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v10.1.0)

```sh
cd $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit
git fetch origin
git checkout v10.0.2
git checkout v10.1.0
scramv1 b clean; scramv1 b # always make a clean build
```

Expand Down

0 comments on commit 265d30a

Please sign in to comment.