Skip to content

Commit efda366

Browse files
ErioldDaniel Montoya
andauthored
Documentation (#577)
* feat(yml): configuration jobs to deploy gh-pages * feat(route): path eclass * feat(yml): configuration yml to production * feat(add): jobs running deploy * feat(jobs): correction jobs running deploy --------- Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent 6288e51 commit efda366

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/nodejs.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,20 +127,21 @@ jobs:
127127
# uses: actions/download-artifact@v3
128128
# with:
129129
# name:
130-
- name: Setup Node
131-
uses: actions/setup-node@v3
132-
with:
133-
node-version: 14.21.3
134-
cache: 'npm'
130+
# - name: Setup Node
131+
# - uses: actions/checkout@v3
132+
# - uses: actions/setup-node@v3
133+
# with:
134+
# node-version: 14.21.3
135+
# cache: 'npm'
135136
- uses: webfactory/ssh-agent@v0.7.0
136137
with:
137138
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
138139
- name: Add Know Hosts
139140
run: |
140141
ssh-keyscan -t rsa gitlab.com >> ~/.ssh/known_hosts
141142
shell: bash
142-
- name: Clean install on CI
143-
run: npm ci
143+
# - name: Clean install on CI
144+
# run: npm ci
144145

145146
- name: Deploy to GitHub Pages
146147
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)