Skip to content

Commit

Permalink
fix add templates.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieuEv committed May 12, 2024
1 parent 34cb95b commit 71634a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
mkdir dist
cp -r examples/dist/* dist
ls -la
cp -r template1.json dist/template1.json
cp -r template2.json dist/template2.json
cp -r examples/template1.json dist/template1.json
cp -r examples/template2.json dist/template2.json
ls -la dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 71634a4

Please sign in to comment.