Skip to content

Commit

Permalink
removed v
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Aug 22, 2021
1 parent c1f8efc commit 0dda613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
with:
ref: gh-pages

- name: Merge v${{ env.RELEASE_BRANCH }} -> gh-pages
- name: Merge ${{ env.RELEASE_BRANCH }} -> gh-pages
run: |
git config user.name github-actions
git config user.email [email protected]
git fetch origin
git merge origin/v${RELEASE_BRANCH} --strategy-option theirs --allow-unrelated-histories
git merge origin/${RELEASE_BRANCH} --strategy-option theirs --allow-unrelated-histories
- name: Add examples to docs
run: |
Expand Down

0 comments on commit 0dda613

Please sign in to comment.