diff --git a/.github/workflows/deploy-minter.yml b/.github/workflows/deploy-minter.yml index ec3a025..3d4d8f5 100644 --- a/.github/workflows/deploy-minter.yml +++ b/.github/workflows/deploy-minter.yml @@ -49,10 +49,6 @@ jobs: run: npm i working-directory: minter - - name: test if all links work - run: npm test - working-directory: minter - - name: Build website files env: NODE_ENV: production diff --git a/firebase.json b/firebase.json index b89ba04..c597064 100644 --- a/firebase.json +++ b/firebase.json @@ -15,7 +15,7 @@ }, { "target": "minter", - "public": "minter/docs" + "public": "minter/build" } ], "storage": {