Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 23, 2023
1 parent d1319be commit df49fde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
# luarocks --local --lua-version=5.1 install toml-edit
# luarocks pack toml-edit
- uses: actions/checkout@v4
ref: ${{ github.ref }}
with:
ref: ${{ github.ref }}
- 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 df49fde

Please sign in to comment.