Skip to content

Commit

Permalink
no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesGitH committed Jan 26, 2024
1 parent d33684b commit 4126760
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
submodules: true
- name: Setup node
uses: actions/setup-node@v3
- name : Install dependencies
run: |
cd dependencies
cd svelte-navbar
npm i
npm run build
cd ..
# - name : Install dependencies
# run: |
# cd dependencies
# cd svelte-navbar
# npm i
# npm run build
# cd ..
- run: npm i
- run: npm run build
- name: upload build folder as artifact
Expand Down

0 comments on commit 4126760

Please sign in to comment.