diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index bb73742..9dae690 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -69,11 +69,11 @@ jobs: directory: ./dist repository: tcgdex/distribution - - name: Upload - run: yarn upload - if: ${{ steps.commit.outcome == 'success' && (github.event_name == 'push' || github.event_name == 'repository_dispatch') }} - env: - UPLOAD_REMOTE: ${{ secrets.UPLOAD_REMOTE }} - UPLOAD_DIST: ${{ secrets.UPLOAD_DIST }} - UPLOAD_USERNAME: ${{ secrets.UPLOAD_USERNAME }} - UPLOAD_PASSWORD: ${{ secrets.UPLOAD_PASSWORD }} + # - name: Upload + # run: yarn upload + # if: ${{ steps.commit.outcome == 'success' && (github.event_name == 'push' || github.event_name == 'repository_dispatch') }} + # env: + # UPLOAD_REMOTE: ${{ secrets.UPLOAD_REMOTE }} + # UPLOAD_DIST: ${{ secrets.UPLOAD_DIST }} + # UPLOAD_USERNAME: ${{ secrets.UPLOAD_USERNAME }} + # UPLOAD_PASSWORD: ${{ secrets.UPLOAD_PASSWORD }} diff --git a/endpoints/series.ts b/endpoints/series.ts index 5551a37..9813d5d 100644 --- a/endpoints/series.ts +++ b/endpoints/series.ts @@ -18,9 +18,7 @@ export default class implements Endpoint