Skip to content

Commit

Permalink
Trying to fix blank page for flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
quekyj committed Aug 1, 2023
1 parent 7129cb7 commit 3612206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion tool/gh_actions/hcl_site_generation_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/


0 comments on commit 3612206

Please sign in to comment.