-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,12 @@ jobs: | |
matrix: | ||
node-version: [12.x] | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Checkout repository | ||
uses: actions/checkout@v1 | ||
- name: Checkout submodules | ||
uses: textbook/[email protected] | ||
- name: Delete files from public folder | ||
run: rm -rf public/gloomhaven/xwc | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v1 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gloomhaven-decks", | ||
"description": "A small web app to function as the items deck and the batle goals deck when playing Gloomhaven.", | ||
"description": "A small web app to function as the items deck and the battle goals deck when playing Gloomhaven.", | ||
"author": { | ||
"name": "Jonas Follesø", | ||
"email": "[email protected]" | ||
|
@@ -25,7 +25,7 @@ | |
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
}, | ||
"homepage": "/repo-name", | ||
"homepage": "/gloomhaven-decks", | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters