File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 57
57
cmake --build --preset ninja-rel -j $(nproc)
58
58
cpack -G TXZ --config ./builds/ninja-multi-default/CPackConfig.cmake
59
59
60
- - name : " Publish Pre-Release"
61
- uses : " marvinpinto/action-automatic-releases@latest"
60
+ - name : Publish Pre-Release
61
+ uses : marvinpinto/action-automatic-releases@latest
62
62
with :
63
63
repo_token : " ${{ secrets.GITHUB_TOKEN }}"
64
64
automatic_release_tag : " latest"
@@ -68,10 +68,15 @@ jobs:
68
68
${{ github.workspace }}/vast/LICENSE
69
69
${{ github.workspace }}/vast/builds/ninja-multi-default/package/vast-*/*.tar.xz
70
70
71
- - name : " Deploy Docs "
72
- uses : " benc-uk/workflow-dispatch@v1.2.2 "
73
- with :
74
- workflow : " github pages "
75
- repo : " trailofbits/vast-www "
76
- token : " ${{ secrets.GITHUB_TOKEN }} "
71
+ - name : Build VAST Doc
72
+ run : cmake --build --preset ninja-rel --target vast-doc
73
+
74
+ - name : Build Website
75
+ run : |
76
+ sh ./www/setup.sh _site ./builds/ninja-multi-default/
77
77
78
+ - name : Deploy docs
79
+ uses : mhausenblas/mkdocs-deploy-gh-pages@master
80
+ env :
81
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
82
+ CONFIG_FILE : _site/mkdocs.yml
You can’t perform that action at this time.
0 commit comments