1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore: putting docs back in docs folder

This commit is contained in:
Allan Bowe
2022-10-07 12:06:47 +00:00
parent 7608887a0e
commit 9cd9dc83f3

View File

@@ -26,6 +26,11 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Ensure docs folder exists
run: |
rm docs
mkdir docs
- name: Generate Docs
run: npm run typedoc
@@ -39,4 +44,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
BRANCH: gh-pages
FOLDER: docs
MESSAGE: 'Docs: ({sha}) {msg}'