From 1a30dd52f953c74d51fb0a269993b88bdc7e1a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Folles=C3=B8?= Date: Thu, 9 Apr 2020 10:35:04 +0200 Subject: [PATCH] Add title and update build script --- .github/workflows/deploy.yml | 7 ++++++- package.json | 4 ++-- public/index.html | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 83bdb08..98a8feb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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/git-checkout-submodule-action@2.1.1 + - 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: diff --git a/package.json b/package.json index 02932a1..d65c27e 100644 --- a/package.json +++ b/package.json @@ -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": "jonas@follesoe.no" @@ -25,7 +25,7 @@ "test": "react-scripts test", "eject": "react-scripts eject" }, - "homepage": "/repo-name", + "homepage": "/gloomhaven-decks", "eslintConfig": { "extends": "react-app" }, diff --git a/public/index.html b/public/index.html index 5d0adac..b578352 100644 --- a/public/index.html +++ b/public/index.html @@ -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`. --> - React App + Gloomhaven Decks