mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-11 06:10:05 +00:00
chore: putting docs back in docs folder
This commit is contained in:
6
.github/workflows/generateDocs.yml
vendored
6
.github/workflows/generateDocs.yml
vendored
@@ -26,6 +26,11 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Ensure docs folder exists
|
||||||
|
run: |
|
||||||
|
rm docs
|
||||||
|
mkdir docs
|
||||||
|
|
||||||
- name: Generate Docs
|
- name: Generate Docs
|
||||||
run: npm run typedoc
|
run: npm run typedoc
|
||||||
|
|
||||||
@@ -39,4 +44,5 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
|
FOLDER: docs
|
||||||
MESSAGE: 'Docs: ({sha}) {msg}'
|
MESSAGE: 'Docs: ({sha}) {msg}'
|
||||||
|
|||||||
Reference in New Issue
Block a user