Skip to content

Commit

Permalink
Updates github pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jun 21, 2024
1 parent e01a06d commit e9b05f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@ jobs:
- name: Install NPM Dependencies
run: npm ci

- name: Create iso placeholder
run: touch rootfs.iso9660
- name: Download ISO
run: wget https://spacestation13.github.io/dm-playground-linux/rootfs.iso9660

- name: Build project
run: npx ng build --deploy-url dm-playground/

- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1
with:
path: dist
path: dist/dm-playground/browser

deploy:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumError": "4MB"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit e9b05f9

Please sign in to comment.