File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ inputs:
11
11
runs :
12
12
using : composite
13
13
steps :
14
- -
uses :
launchdarkly/gh-actions/actions/[email protected] .1
14
+ -
uses :
launchdarkly/gh-actions/actions/[email protected] .2
15
15
name : ' Publish to Github pages'
16
16
with :
17
17
docs_path : ${{ inputs.workspace_path }}/docs
Original file line number Diff line number Diff line change 90
90
uses : ./.github/actions/publish-docs
91
91
with :
92
92
workspace_path : ${{ inputs.sdk_path }}
93
+ token : ${{ inputs.github_token }}
93
94
94
95
- name : Configure MSVC
95
96
if : runner.os == 'Windows'
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@v4
19
- - uses : actions/setup-node@v3
20
- with :
21
- node-version : 16.x
22
- registry-url : ' https://registry.npmjs.org'
23
- - run : sudo apt-get install doxygen
19
+ - run : sudo apt-get install doxygen graphviz
24
20
- id : build
25
21
# Build using the same steps from CI.
26
22
name : Build
You can’t perform that action at this time.
0 commit comments