Skip to content

Commit

Permalink
fix version and disable docs in ci (#3488)
Browse files Browse the repository at this point in the history
closes #3487
  • Loading branch information
godber authored Dec 8, 2023
1 parent 88aa84a commit d113b8c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
66 changes: 33 additions & 33 deletions .github/workflows/publish-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d113b8c

Please sign in to comment.