From d113b8c72a8d34265b2c4cba07778ccdf894b005 Mon Sep 17 00:00:00 2001 From: Austin Godber Date: Thu, 7 Dec 2023 17:49:04 -0700 Subject: [PATCH] fix version and disable docs in ci (#3488) closes #3487 --- .github/workflows/publish-master.yml | 66 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/workflows/publish-master.yml b/.github/workflows/publish-master.yml index 61071ea755d..178cbcfe2b8 100644 --- a/.github/workflows/publish-master.yml +++ b/.github/workflows/publish-master.yml @@ -44,39 +44,39 @@ jobs: - name: Publish to docker run: yarn ts-scripts publish -t dev docker - build-docs: - runs-on: ubuntu-latest - needs: build-release - steps: - - name: Check out code - uses: actions/checkout@v3 + # build-docs: + # runs-on: ubuntu-latest + # needs: build-release + # steps: + # - name: Check out code + # uses: actions/checkout@v3 - - name: Setup Node - uses: actions/setup-node@v3 - with: - node-version: 18.18.2 - registry-url: 'https://registry.npmjs.org' - cache: 'yarn' + # - name: Setup Node + # uses: actions/setup-node@v3 + # with: + # node-version: 18.18.2 + # registry-url: 'https://registry.npmjs.org' + # cache: 'yarn' - - name: Build documentation - run: ./scripts/build-documentation.sh # output in website/build - - name: Check Output - run: find ./website/build - - name: Upload artifact - uses: actions/upload-pages-artifact@v1 - with: - path: ./website/build/teraslice + # - name: Build documentation + # run: ./scripts/build-documentation.sh # output in website/build + # - name: Check Output + # run: find ./website/build + # - name: Upload artifact + # uses: actions/upload-pages-artifact@v1 + # with: + # path: ./website/build/teraslice - publish-docs: - runs-on: ubuntu-latest - needs: build-docs - permissions: - pages: write # to deploy to Pages - id-token: write - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v2 + # publish-docs: + # runs-on: ubuntu-latest + # needs: build-docs + # permissions: + # pages: write # to deploy to Pages + # id-token: write + # environment: + # name: github-pages + # url: ${{ steps.deployment.outputs.page_url }} + # steps: + # - name: Deploy to GitHub Pages + # id: deployment + # uses: actions/deploy-pages@v2 diff --git a/package.json b/package.json index fd2736ea27f..f466e42767c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "teraslice-workspace", "displayName": "Teraslice", - "version": "0.87.1", + "version": "0.88.0", "private": true, "homepage": "https://github.com/terascope/teraslice", "bugs": {