Reverting changes
This commit is contained in:
parent
7e7b11ecfe
commit
75e0f4f837
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue