Skip to content

Commit

Permalink
CI fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
raldone01 committed Jan 16, 2024
1 parent 22382db commit 0c7d2dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Generate Documentation
run: |
cp .github/workflows/gdscript_docs_maker/project.godot ./
docker run --rm -v ${{ github.workspace }}:/game -v ${{ github.workspace }}/docs/api-md:/output docker.io/library/gdscript-docs-maker /game -d funcs -o /output
docker run --rm -v ${{ github.workspace }}:/game -v ${{ github.workspace }}/docs/api-md:/output docker.io/library/gdscript-docs-maker /game -o /output
- name: Fix permissions and create output directory
run: |
Expand All @@ -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 Down

0 comments on commit 0c7d2dc

Please sign in to comment.