Skip to content

Commit

Permalink
doch wichtig
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesGitH committed Jan 26, 2024
1 parent 0e381aa commit c36e62e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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
2 changes: 1 addition & 1 deletion dependencies/svelte-navbar

0 comments on commit c36e62e

Please sign in to comment.