Skip to content

Commit

Permalink
Updates stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jun 21, 2024
1 parent 7ff8513 commit f9214a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 22.x

- name: Upgrade NPM
run: npm install -g npm
Expand All @@ -28,10 +28,10 @@ jobs:
run: wget https://spacestation13.github.io/dm-playground-linux/rootfs.iso9660

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

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

Expand All @@ -50,4 +50,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit f9214a8

Please sign in to comment.