Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
markuswustenberg committed Oct 18, 2024
1 parent 5c2b084 commit ad84354
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: |
.github
cmd/html2gomponents
- name: Move files to root
run: mv cmd/html2gomponents/* .

- name: Setup Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit ad84354

Please sign in to comment.