diff --git a/.github/workflows/autocompile.yml b/.github/workflows/autocompile.yml index 18f0e3b..c3d3de5 100644 --- a/.github/workflows/autocompile.yml +++ b/.github/workflows/autocompile.yml @@ -2,10 +2,10 @@ name: Autocompile on: workflow_dispatch: -# push: -# branches: [ "main" ] -# pull_request: -# branches: [ "main" ] + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] jobs: build: diff --git a/bin/GenerateHtml b/bin/GenerateHtml index 51fa3ee..e7309e4 100755 Binary files a/bin/GenerateHtml and b/bin/GenerateHtml differ