Skip to content

Commit

Permalink
pipes bro
Browse files Browse the repository at this point in the history
  • Loading branch information
raldone01 committed Jan 16, 2024
1 parent f5dda0d commit 871cbf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ jobs:
--to html
--standalone
--css github-markdown.min.css
--output=docs/api/index.html
--output=docs/api/index.tmp.html
docs/api-md/logger.gd.md
- name: Fix body class
run: |
sudo chown -R $USER:$USER docs/
sed 's/<body>/<body class="markdown-body">/g' docs/api/index.html > docs/api/index.html
sed 's/<body>/<body class="markdown-body">/g' docs/api/index.tmp.html > docs/api/index.html
rm docs/api/index.tmp.html
- name: Deploy Documentation
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 871cbf7

Please sign in to comment.