Skip to content

Commit

Permalink
Merge pull request #101 from NBISweden/dev-percyfal
Browse files Browse the repository at this point in the history
Don't base archive branch on gh-pages
  • Loading branch information
percyfal authored Nov 15, 2023
2 parents a24cbf2 + 8850920 commit 810b61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
if git show-ref --quiet "refs/heads/archive-${{ github.ref_name }}"; then
echo "archive-${{ github.ref_name }}" branch exists
else
git branch "archive-${{ github.ref_name }}" gh-pages
git branch "archive-${{ github.ref_name }}"
fi
- name: Render tag and save rendered state in separate branch
Expand Down

0 comments on commit 810b61e

Please sign in to comment.