Skip to content

Commit

Permalink
update package and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Oct 21, 2024
1 parent 32d7c8c commit ead0970
Show file tree
Hide file tree
Showing 3 changed files with 884 additions and 643 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
cache: npm
- name: Install dependencies
working-directory: ./docpage
run: npm install --frozen-lockfile --non-interactive
run: yarn
- name: Build
working-directory: ./docpage
run: npm run build
run: yarn build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down
Loading

0 comments on commit ead0970

Please sign in to comment.