Skip to content

Commit

Permalink
Update build-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Jul 7, 2024
1 parent ef046cc commit 2e9908f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,21 @@ jobs:
uses: actions/download-artifact@v4
with:
name: master
merge-multiple: true

- name: Get artifact for stable
if: ${{ github.event_name != 'pull_request' }}
uses: actions/download-artifact@v4
with:
name: stable
merge-multiple: true

- name: Get artifact for ltr
if: ${{ github.event_name != 'pull_request' }}
uses: actions/download-artifact@v4
with:
name: ltr
merge-multiple: true

- name: Push to git
env:
Expand Down

0 comments on commit 2e9908f

Please sign in to comment.