Skip to content

Commit

Permalink
copying md files
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrazasp committed Aug 23, 2023
1 parent 6d24ef5 commit dd87a57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
- name: Generate client libraries
run: npm run build

- name: Copy md files
run: |
cp ./README.md ./dist/README.md && |
cp LICENCE ./dist/LICENCE && |
cp SECURITY.md ./dist/SECURITY.md && |
cp CODE_OF_CONDUCT.md ./dist/CODE_OF_CONDUCT.md && |
cp CONTRIBUTING.md ./dist/CONTRIBUTING.md
- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "geojsonjs",
"version": "0.0.1",
"description": "Build and validate GeoJSON",
"main": "src/index.ts",
"main": "src/index.js",
"scripts": {
"build": "tsc --build tsconfig.json",
"dev": "ts-node src/index.ts",
Expand Down

0 comments on commit dd87a57

Please sign in to comment.