Skip to content

Commit

Permalink
[CI] Upload new artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Nov 2, 2021
1 parent 627145f commit 2e1ffd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ jobs:
run: python3 `which scons` build -j2 doxygen_docs=y sphinx_docs=y debug=n optimize=n use_pch=n
- name: Capture configuration options from SConstruct
run: |
python3 site_scons/scons2rst.py --dev SConstruct config-options
python3 `which scons` get-options > config-options.rst
mkdir build/docs/scons
mv config-options-dev.rst build/docs/scons/
mv config-options.rst build/docs/scons/
- name: Create archive for docs output
run: |
cd build
Expand Down

0 comments on commit 2e1ffd1

Please sign in to comment.