Skip to content

Commit 24f937a

Browse files
ErioldJonathangarridoDaniel Montoya
authored
Documentation (#570)
* feat(documentation): nueva forma de documentar componentes * feat(doc-test): deploy with env test * feat(build): create build yml --------- Co-authored-by: jonathan <jonathan.garrido1988@gmail.com> Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent 5d4fb6c commit 24f937a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
run: |
7575
ssh-keyscan -t rsa gitlab.com >> ~/.ssh/known_hosts
7676
shell: bash
77-
- name: Clean install on CI
78-
run: npm ci
79-
- name: Create build pages develop
80-
env:
77+
- name: Deploy to GitHub Pages
78+
uses: peaceiris/actions-gh-pages/v3
79+
with:
8180
GH_TOKEN: eclass:${{ secrets.GITHUB_TOKEN }}
8281
DOCUMENTATION: ${{secrets.VITE_REACT_DEPLOY_DOCUMENTATION}}
83-
run: npm run build
82+
publish_dir: ./dist
83+

0 commit comments

Comments
 (0)