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 c9a6479 commit 5903d18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ldoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
- name: Setup dependencies
run: luarocks install ldoc

- name: Build docs
run: ldoc .

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

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

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

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.5
Expand Down

0 comments on commit 5903d18

Please sign in to comment.