Skip to content

Commit

Permalink
deploy angular app on pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mn-42 committed Feb 29, 2024
1 parent 7c7bf9d commit 6c484ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run build-prod:lib
- run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Build with Jekyll
Expand Down

0 comments on commit 6c484ff

Please sign in to comment.