Skip to content

Commit

Permalink
Merge pull request #31 from interTwin-eu/dev-slangarita
Browse files Browse the repository at this point in the history
update package and workflow
  • Loading branch information
SergioLangaritaBenitez authored Oct 21, 2024
2 parents 49a7973 + ead0970 commit 2911615
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 2911615

Please sign in to comment.