Skip to content

Commit

Permalink
fix(CI): adapt paths to new base directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntoxr committed Aug 7, 2022
1 parent 4010bfe commit 49c6439
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml → .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
branches:
- master
paths:
- shoppinglist-ui/**

workflow_dispatch:

Expand All @@ -21,11 +19,11 @@ jobs:
uses: actions/checkout@v1

- name: Install and build
working-directory: ./shoppinglist-ui
working-directory: ./
run: npm config set legacy-peer-deps true && npm install && npm run build -- --configuration=mock --base-href=https://syntoxr.github.io/ShoppingList/

- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: gh-pages # The branch the action should deploy to
folder: shoppinglist-ui/dist/shoppinglist
folder: dist/shoppinglist

0 comments on commit 49c6439

Please # to comment.