Skip to content

Commit

Permalink
Update CICD
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Abreu <miguel.lima92@gmail.com>
  • Loading branch information
joabreu committed Oct 24, 2024
1 parent 64fc526 commit 29eeba0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
node-version: 20
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install and Build
run: cd difmi/ && npm ci && npm run build && mv dist/ ../dist && cd ..
- name: Setup Dist Folder
run: mkdir dist
- name: Install and Build (DIFMI)
run: cd difmi/ && npm ci && npm run build && mv dist/ ../dist/difmi && cd ..
- name: upload build
uses: actions/upload-pages-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion difmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"private": true,
"scripts": {
"build": "slidev build --base /presentations/",
"build": "slidev build --base /presentations/difmi",
"dev": "slidev --open",
"export": "slidev export"
},
Expand Down

0 comments on commit 29eeba0

Please sign in to comment.