Skip to content

Commit

Permalink
ci: update asdocs.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Notexe committed Feb 12, 2024
1 parent 9e94a4a commit 45ef655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
accept-air-license: true

- name: Generate docs
run: asdoc -source-path ".\src\" -doc-classes basic_Main common_Main ControlsMain hud_Main menu3_Main -exclude-classes EvergreenVitalInfoIcons_view -library-path ".\lib\" -main-title "H3 Controls Documentation" -window-title "H3 Controls Documentation" -output ".\asdoc\"
run: asdoc -source-path ".\src\" -doc-classes basic_Main common_Main ControlsMain hud_Main menu3_Main -library-path ".\lib\" -main-title "H3 Controls Documentation" -window-title "H3 Controls Documentation" -output ".\asdoc\"

- name: Upload docs
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 45ef655

Please sign in to comment.