Skip to content

Commit

Permalink
Merge pull request #2 from r03ert0/main
Browse files Browse the repository at this point in the history
save dist locally
  • Loading branch information
r03ert0 authored May 14, 2021
2 parents 49db9b8 + 994fc29 commit c07d900
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 15,906 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,15 @@ jobs:
- run: gh release create -t $(jq -r ".version" package.json) $(jq -r ".version" package.json) ./dist/*.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Commit new dist
run: |
git config --local user.email "[email protected]"
git config --local user.name "github-actions-bot"
ls
git add ./dist/*.js
git commit -m "new dist"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ typings/
# Next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
Expand Down
2 changes: 2 additions & 0 deletions dist/brainweb.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/brainweb.worker.js

Large diffs are not rendered by default.

Loading

0 comments on commit c07d900

Please sign in to comment.