Updated build system
This commit is contained in:
parent
8dc2d1c70d
commit
2c33fa2f49
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ncc_workflow.yml
vendored
1
.github/workflows/ncc_workflow.yml
vendored
|
@ -549,6 +549,7 @@ jobs:
|
|||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: documentation
|
||||
path: documentation
|
||||
|
||||
- name: Upload documentation artifact to release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
1
.idea/ConfigLib.iml
generated
1
.idea/ConfigLib.iml
generated
|
@ -5,6 +5,7 @@
|
|||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/build" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/reports" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
|
Loading…
Add table
Reference in a new issue