Skip to content

Commit 97abbb9

Browse files
committed
rework directories
1 parent 8106f51 commit 97abbb9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525

2626
- name: build
2727
env:
28-
BASE_PATH: '/${{ github.event.repository.name }}'
28+
BASE_PATH: '/${{ github.event.repository.name }}/evidence'
2929
## Add and uncomment any environment variables here
3030
EVIDENCE_SOURCE__LICHESS_DATA__FILENAME: ${{ secrets.EVIDENCE_SOURCE__LICHESS_DATA__FILENAME }}
3131
run: |
32-
cd evidence && npm run sources
33-
cd evidence && npm run build
32+
npm run sources
33+
npm run build
3434
3535
- name: Upload Artifacts
3636
uses: actions/upload-pages-artifact@v3

evidence/evidence.config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
deployment:
2-
basePath: /chess-data
2+
basePath: /chess-data/evidence
33
adapter: static
44

55
plugins:

evidence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "my-evidence-project",
33
"version": "0.0.1",
44
"scripts": {
5-
"build": "EVIDENCE_BUILD_DIR=./build/chess-data evidence build",
5+
"build": "EVIDENCE_BUILD_DIR=./build/chess-data/evidence evidence build",
66
"build:strict": "evidence build:strict",
77
"dev": "evidence dev --open /",
88
"test": "evidence build",

0 commit comments

Comments
 (0)