Reverting changes

This commit is contained in:
Hugo Bernier 2024-03-24 21:47:50 -04:00 committed by GitHub
parent 7e7b11ecfe
commit 75e0f4f837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -47,8 +47,9 @@ jobs:
-o ./main/.metada/extension-samples.json \
https://raw.githubusercontent.com/pnp/sp-dev-fx-extensions/main/.metadata/samples.json
- name: Merge JSON files
run: node .github/workflows/merge.js
- name: Join samples
run: |
jq -s '[.[][]]' ./main/samples/**/assets/sample.json ./main/.metada/extension-samples.json > ./Docs/docs/samples.json
- name: copy file to gh-pages
uses: canastro/copy-file-action@master