We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2963f21 commit 3475302Copy full SHA for 3475302
.github/workflows/docs.yml
@@ -20,6 +20,7 @@ jobs:
20
run: |
21
cp .github/Doxyfile ./Doxyfile
22
cp -r .github/docs_config/* public/
23
+ cp -r ././README.md public/README.md
24
mkdir -p public/assets
25
cp -r .github/docs_config/assets/* public/assets/
26
0 commit comments