Skip to content

Commit

Permalink
fix sync-docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Feb 21, 2024
1 parent 0df0e08 commit ddc6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: ${{ github.event.release.tag_name }}
fetch-depth: 2

- name: Setup Node.js environment
Expand Down

0 comments on commit ddc6b23

Please sign in to comment.