Skip to content

Commit

Permalink
temp: adjustements to workflow for geocat-gpf
Browse files Browse the repository at this point in the history
* build docker image for geocat-gpf branch

* deploy geoadmin-demo app
  • Loading branch information
jahow committed Dec 6, 2024
1 parent 9273fac commit 97e35b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- geocat
- geocat-gpf # TEMP
release:
types: [published]
issue_comment:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
- name: Build docs
run: npm run docs:build -- --base=/geonetwork-ui/${{env.BRANCH_NAME}}/docs/ && mkdir -p dist/docs && mv docs/.vitepress/dist/* dist/docs

# geocat specific
- name: Build geoadmin-demo app
run: npx nx build geoadmin-demo --prod --base-href=./

# FIXME: restore a system for testing web components but faster/lighter than storybook
# - name: Build storybook for web components
# run: npm run build:storybook-wc
Expand Down

0 comments on commit 97e35b1

Please sign in to comment.