Skip to content

Commit

Permalink
Merge pull request #270 from PRIME-TU-Delft/Fix-storybook
Browse files Browse the repository at this point in the history
Fix storybook
  • Loading branch information
yustarandomname authored Nov 13, 2024
2 parents 0cfd9a7 + a204efa commit 9c13c31
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
push: true
tags: ghcr.io/${{ env.OWNER_LOWERCASE }}/interactive-visuals-web:latest

- name: Build and push (docs)
uses: docker/build-push-action@v3
with:
file: 'Dockerfile-docs'
push: true
tags: ghcr.io/${{ env.OWNER_LOWERCASE }}/interactive-visuals-docs:latest
# - name: Build and push (docs)
# uses: docker/build-push-action@v3
# with:
# file: 'Dockerfile-docs'
# push: true
# tags: ghcr.io/${{ env.OWNER_LOWERCASE }}/interactive-visuals-docs:latest
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c13c31

Please sign in to comment.