Skip to content

Commit

Permalink
Add title and update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
follesoe committed Apr 9, 2020
1 parent 9782d45 commit 1a30dd5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package.json
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]"
Expand All @@ -25,7 +25,7 @@
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"homepage": "/repo-name",
"homepage": "/gloomhaven-decks",
"eslintConfig": {
"extends": "react-app"
},
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Gloomhaven Decks</title>
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sofadi+One&display=swap" rel="stylesheet">
</head>
Expand Down

0 comments on commit 1a30dd5

Please sign in to comment.