diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 79a6ab91..b356522b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,4 +20,4 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages - FOLDER: BUILD \ No newline at end of file + FOLDER: build \ No newline at end of file diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5b723020..b20b278c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,6 +9,7 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Setup Node.js 12.x uses: actions/setup-node@v1 with: @@ -19,15 +20,4 @@ jobs: npm ci npm test env: - CI: true - - - name: Build - run: | - npm run build - - - name: Deploy - uses: JamesIves/github-pages-deploy-action@releases/v3 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages - FOLDER: dist \ No newline at end of file + CI: true \ No newline at end of file