Skip to content

Commit

Permalink
Improve CI pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
raldone01 committed Jan 16, 2024
1 parent ef4723d commit b716b1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gdscript_docs_maker/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ config/icon="res://assets/icons/plugin_icon_white.svg"

[autoload]

Log="*res://logger.gd"
Log="*res://funcs/logger.gd"

[dotnet]

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
--standalone
--css github-markdown.min.css
--output=docs/api/index.tmp.html
docs/api-md/funcs/logger.gd.md
docs/api-md/logger.gd.md
- name: Fix body class
run: |
Expand All @@ -56,6 +56,7 @@ jobs:
- name: Deploy Documentation
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/api

0 comments on commit b716b1c

Please sign in to comment.