Skip to content

Commit

Permalink
Checkout develop in case of PR ref
Browse files Browse the repository at this point in the history
  • Loading branch information
AP6YC committed Jun 6, 2024
1 parent 9e3772e commit 78ac8d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
run: |
git fetch --all
# git pull --all
git checkout ${{ github.ref }}
# git checkout ${{ github.ref }}
git checkout develop
cd docs
# make html
sphinx-multiversion source build/html
Expand Down

0 comments on commit 78ac8d1

Please sign in to comment.