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 b20d6b3 commit 2eda5feCopy full SHA for 2eda5fe
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
CC: ${{ matrix.cc }}
80
CXX: ${{ matrix.cxx }}
81
run: |
82
- git clone https://github.com/TRIQS/triqs --branch 3.2.x
+ git clone https://github.com/TRIQS/triqs --branch 3.2.1
83
mkdir triqs/build && cd triqs/build
84
cmake .. -DBuild_Tests=OFF -DCMAKE_INSTALL_PREFIX=$HOME/install
85
make -j1 install VERBOSE=1
@@ -102,3 +102,11 @@ jobs:
102
source $HOME/install/share/triqs/triqsvars.sh
103
cd build
104
ctest -j2 --output-on-failure
105
+
106
+ - name: Deploy documentation to website
107
+ if: matrix.doc == 'ON'
108
+ uses: JamesIves/github-pages-deploy-action@v4
109
+ with:
110
+ folder: build/doc/html
111
+ branch: github.io
112
+ target-folder: docs/3.2.1
0 commit comments