Skip to content

Commit

Permalink
LDoc - Custom CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed Aug 16, 2023
1 parent dcc97d6 commit c9a6479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ldoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
run: luarocks install ldoc

- name: Copy custom ldoc.css
run: cp .github/assets/css/ldoc.css ./
run: cp .github/assets/css/ldoc.css ./docs/

- name: Copy fontawesome-all.min.css
run: cp .github/assets/css/fontawesome-all.min.css ./
run: cp .github/assets/css/fontawesome-all.min.css ./docs/

- name: Build docs
run: ldoc .
Expand Down

0 comments on commit c9a6479

Please sign in to comment.