diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 474b874ee..bd88128ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,9 +40,9 @@ jobs: # luarocks pack toml-edit - uses: actions/checkout@v4 with: - clean: "false" - - name: Regenerate Manifests and HTML - run: luarocks-admin make-manifest --lua-version=5.1 . + clean: false + # - name: Regenerate Manifests and HTML + # run: luarocks-admin make-manifest --lua-version=5.1 . - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: update build artifacts"