File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11deployment :
2- basePath : /chess-data
2+ basePath : /chess-data/evidence
33 adapter : static
44
55plugins :
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments