Skip to content

Commit

Permalink
feat: improved Semaphore documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenrinzema committed Oct 19, 2020
1 parent 934fe8f commit 7a85a9b
Show file tree
Hide file tree
Showing 77 changed files with 5,046 additions and 16,473 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build and publish documentation

on:
push:
tags:
- v*
# tags:
# - v*

jobs:
build:
Expand All @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '10.15'
- name: Cache Node.js modules
uses: actions/cache@v2
with:
Expand All @@ -27,4 +27,4 @@ jobs:
- name: Build and publish documentation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: sh ./docs/scripts/release.sh
run: sh ./website/scripts/release.sh
2 changes: 0 additions & 2 deletions docs/.gitignore

This file was deleted.

10,839 changes: 0 additions & 10,839 deletions docs/package-lock.json

This file was deleted.

19 changes: 0 additions & 19 deletions docs/package.json

This file was deleted.

22 changes: 0 additions & 22 deletions docs/src/.vuepress/config.js

This file was deleted.

21 changes: 0 additions & 21 deletions docs/src/.vuepress/theme/LICENSE

This file was deleted.

171 changes: 0 additions & 171 deletions docs/src/.vuepress/theme/components/AlgoliaSearchBox.vue

This file was deleted.

Loading

0 comments on commit 7a85a9b

Please sign in to comment.