Skip to content

Commit

Permalink
ci: fix docs workflow after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Jul 22, 2024
1 parent e5c3e84 commit 856c88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Download bundle size info
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
pattern: ngx-meta${{ env.BUNDLE_SIZE_ARTIFACT_NAME-SUFFIX }}*
pattern: ngx-meta${{ env.BUNDLE_SIZE_ARTIFACT_NAME_SUFFIX }}*
- name: Copy reports into directories
working-directory: .
run: |
Expand Down

0 comments on commit 856c88a

Please sign in to comment.