Skip to content

Commit

Permalink
udpate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanfrans committed Oct 20, 2023
1 parent b266783 commit 02818f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
run: |
npm ci
npm run build
mkdir -p dist/src cp index.html dist/src
mkdir -p ./dist/src
mv ./dist ./dist/src
cp index.html dist
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Baseball Scoreboard

A customizable Baseball Scoreboard as a web component.
Customizable Baseball Scoreboard as a web component.
Great for usage in a live ticker web application.

## Usage

Expand All @@ -12,4 +13,4 @@ See `./index.html`.

https://hardbulls.github.com/baseball-scoreboard

![Baseball Scoreboard Preview](./github/preview.png)
![Baseball Scoreboard Preview](./.github/preview.png)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hardbulls/baseball-scoreboard",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"description": "Web Component that displays a baseball scoreboard for usage in live streams.",
"main": "dist/main.mjs",
Expand Down

0 comments on commit 02818f5

Please sign in to comment.