Skip to content

fix(build): copy .astro content files to external outDir #76

fix(build): copy .astro content files to external outDir

fix(build): copy .astro content files to external outDir #76

name: Diff Dependencies
on:
pull_request_target:
paths-ignore:
- ".vscode/**"
- "**/*.md"
- ".github/ISSUE_TEMPLATE/**"
jobs:
diff_dependencies:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 0 # allows the diff action to access git history
- name: Create Diff
uses: e18e/action-dependency-diff@d8853a053c2a8a2a428eee0edbaa4f8934f55cdb # v1.4.1
with:
# We’re using this package primarily to track size changes, not as worried about duplicates
duplicate-threshold: 100