Skip to content

Commit

Permalink
Next (#44)
Browse files Browse the repository at this point in the history
* fix: only show the company name

Signed-off-by: Mirko Mollik <[email protected]>

* fix: set correct name

Signed-off-by: Mirko Mollik <[email protected]>

* add old overview to github page

Signed-off-by: Mirko Mollik <[email protected]>

* fix: change branch to main so it can be merged

Signed-off-by: Mirko Mollik <[email protected]>

---------

Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 committed Apr 7, 2024
1 parent 7914ab2 commit d58c453
Show file tree
Hide file tree
Showing 29 changed files with 2,400 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- synchronize
push:
branches:
- next
- main

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down Expand Up @@ -56,7 +56,9 @@ jobs:

- name: Build Angular app
run: cd viewer && npm run build -- --configuration production

# this will be removed after iiw is over
- name: Copy old view
run: cp -r old viewer/dist/browser/old
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
Loading

0 comments on commit d58c453

Please sign in to comment.