Commit 1563e11 1 parent f933e3c commit 1563e11 Copy full SHA for 1563e11
File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,17 @@ jobs:
164
164
cmake .. -DDGtal_DIR=${{runner.workspace}}/DGtal/buildDGtal
165
165
wget --no-check-certificate -O "${{runner.workspace}}/DGtalTools/build/DGtal-tagfile" http://dgtal.org/doc/tags/DGtal-tagfile;
166
166
make doc > buildDoc.log
167
-
167
+ - name : Preparing deploy
168
+ run : |
169
+ git clone --depth 2 https://github.com/DGtal-team/doctools-nightly.git
170
+ ls build/
171
+ pwd
172
+ du -hs build/html
173
+ cd build/html
174
+ cp -r * ../../doctools-nightly/
168
175
- name : Deploy to GitHub Pages
169
176
uses : JamesIves/github-pages-deploy-action@v4
170
- if : github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
177
+ # if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
171
178
with :
172
179
token : ${{ secrets.DGTALTOOLSDOC }}
173
180
branch : master
You can’t perform that action at this time.
0 commit comments