Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use the checkout action for checking out submodules #8

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
generate:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo & submodules
- uses: actions/checkout@v4
- name: Checkout doxygen-awesome
uses: textbook/git-checkout-submodule-action@master
with:
submodules: recursive
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.9.8
with:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
> This started as a simple port of [`dirs-dev/directories-rs`](https://github.com/dirs-dev/directories-rs),
> but deviated in the process, the exact details [can be found here](./docs/differences.md).

A complete cross-platform solution for user and data directories discovery
with OOTB project support.
A complete cross-platform solution for user and data directories discovery with OOTB project support.

TODO:
- [x] Add tests for everything (the tests are probably not perfect but good enough for now)
Expand Down