diff --git a/.github/workflows/build-docker-open-data.yml b/.github/workflows/build-docker-open-data.yml index 5f3cdede..b16fcb40 100644 --- a/.github/workflows/build-docker-open-data.yml +++ b/.github/workflows/build-docker-open-data.yml @@ -65,6 +65,10 @@ jobs: working-directory: ./vue run: yarn build + - name: Setup Open Data Plugin Links + working-directory: ./recipes/plugins/open_data_plugin + run: python setup_repo.py + - name: Build Open Data Frontend working-directory: ./recipes/plugins/open_data_plugin/vue run: yarn build