Skip to content

Commit

Permalink
temp: fix clean: false not working (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent d8b87ee commit 98e5847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 98e5847

Please sign in to comment.