From 08483e2dd871e1193ea14e3891dfb3f5fee0dbf6 Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Fri, 4 Jun 2021 15:03:51 +0200 Subject: [PATCH] Put back the different cases Signed-off-by: Florian BOUILLON --- .github/workflows/node.js.yml | 16 ++++++++-------- endpoints/series.ts | 4 +--- 2 files changed, 9 insertions(+), 11 deletions(-) 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