Skip to content

Commit

Permalink
fix(ci): don't clean repo before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent f97844a commit 74acfd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
# luarocks --local --lua-version=5.1 install toml-edit
# 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 .
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 74acfd7

Please sign in to comment.