Skip to content

Commit

Permalink
STARCH-610 automate creation of github_pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfyffeiu committed Nov 30, 2023
1 parent ca82af0 commit 1bbd0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ephemeral-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
git checkout github_pages
else
git checkout -b github_pages
git push --set-upstream origin/github_pages
git push --set-upstream origin github_pages
fi
git pull
rm -rf docs/$GITHUB_REF_NAME
Expand Down

0 comments on commit 1bbd0e2

Please sign in to comment.