diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 27bf0267..030e4b43 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -97,7 +97,7 @@ jobs: deploy-site: name: Deploy ROHD-HCL Generator site - needs: run-checks + # needs: run-checks if: github.event_name == 'push' permissions: contents: write # required for "JamesIves/github-pages-deploy-action" diff --git a/tool/gh_actions/hcl_site_generation_build.sh b/tool/gh_actions/hcl_site_generation_build.sh index 1527fed6..f4712e9c 100755 --- a/tool/gh_actions/hcl_site_generation_build.sh +++ b/tool/gh_actions/hcl_site_generation_build.sh @@ -14,5 +14,6 @@ set -euo pipefail cd doc/confapp_flutter -flutter build web +flutter build web --release --web-renderer html --base-href /rohd-hcl/ +