Merge pull request #107 from Hufe921/feature/docs

feat:add docs workflow
pr675
Hufe 3 years ago committed by GitHub
commit 52f291f7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ jobs:
- run: npm i yarn -g - run: npm i yarn -g
- run: yarn - run: yarn
- run: yarn run docs:build - run: yarn run docs:build
- run: mv ./docs/.vitepress/dist canvas-editor-docs - run: mv ./docs/.vitepress/dist ./docs/.vitepress/canvas-editor-docs
- name: Copy folder content recursively to remote - name: Copy folder content recursively to remote
uses: garygrossgarten/github-action-scp@release uses: garygrossgarten/github-action-scp@release
with: with:

Loading…
Cancel
Save