diff --git a/.gitattributes b/.gitattributes index 8124d46..0319ca3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,10 @@ src export-ignore package.json export-ignore -package.lock export-ignore +package-lock.json export-ignore .gitignore export-ignore .gitattributes export-ignore vite.config.js export-ignore - +yarn.lock export-ignore +.github export-ignore +node_modules export-ignore +README.md export-ignore \ No newline at end of file diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b447382..22fcb31 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,14 +28,15 @@ jobs: cache: 'npm' - run: npm ci --force - run: npm run build --if-present + - run: cp -r assets/ assets - name: Create Release id: create_release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: - tag_name: 1.0.1 - release_name: Release 1.0.1 + tag_name: 1.0.2 + release_name: Release 1.0.2 body: | Changes in this Release draft: false diff --git a/.gitignore b/.gitignore index a1bb878..361d4dd 100644 --- a/.gitignore +++ b/.gitignore @@ -104,7 +104,8 @@ dist # TernJS port file .tern-port -assets/ src/images/.DS_Store .DS_Store *.xml + +!assets/