Skip to content

Commit

Permalink
[GHA] Actually use the changes from this branch while building
Browse files Browse the repository at this point in the history
The workflow checks out the `docusaurus-versions` branch, we need to merge in the changes from this branch to actually debug yarn and docusaurus
  • Loading branch information
CristianLara committed Feb 7, 2025
1 parent bd428b0 commit b7c134c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_website_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git merge origin/main
git merge origin/tutorial-conversion-test-artifact # test with changes from this branch
# To avoid a large number of commits we don't push this sync commit to github until a new release.
- name: Install uv
uses: astral-sh/setup-uv@v5
Expand Down

0 comments on commit b7c134c

Please sign in to comment.