Skip to content

Commit

Permalink
Fix ambiguity in docs branch checkout in docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbaker authored Oct 13, 2023
1 parent 855ee3a commit 8a7d07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spectrumdevice-docs-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git status
git checkout ${{ github.ref_name }}
git branch ${{ github.ref_name }}-branch
git checkout docs
git switch docs
git status
git rebase ${{ github.ref_name }}-branch
export SPECTRUMDEVICE_VERSION=${{ github.ref_name }}
Expand Down

0 comments on commit 8a7d07f

Please sign in to comment.