Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davydkov committed Oct 26, 2023
1 parent 6127996 commit a6ebe35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: npm ci
run: npm install
- name: Build
run: npm build
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"scripts": {
"start": "likec4 serve",
"dev": "likec4 serve",
"build": "likec4 build",
"build": "likec4 build -o ./dist",
"export:png": "likec4 export png -o ./png"
},
"dependencies": {
"devDependencies": {
"likec4": "latest"
}
}

0 comments on commit a6ebe35

Please sign in to comment.