Skip to content

Commit 5fd50bb

Browse files
committed
gh: Setup deploy docs action step trigger.
1 parent dedf8d3 commit 5fd50bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@ jobs:
6767
files: |
6868
${{ github.workspace }}/vast/LICENSE
6969
${{ github.workspace }}/vast/builds/ninja-multi-default/package/vast-*/*.tar.xz
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 }}"
77+

0 commit comments

Comments
 (0)