Skip to content

Commit 3d032c6

Browse files
committed
Update manual CI doc deploy action
1 parent b233e91 commit 3d032c6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/build-and-deploy-docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: build and deploy docs
22

3-
on:
4-
push:
5-
branches: [ dev ]
3+
on: workflow_dispatch
64

75
jobs:
86
build-and-deploy-docs:
@@ -14,7 +12,7 @@ jobs:
1412
- name: Setup .NET
1513
uses: actions/setup-dotnet@v1
1614
with:
17-
dotnet-version: 5.0.100
15+
dotnet-version: '5.0.201'
1816
- name: Restore tools
1917
run: dotnet tool restore
2018
- name: Build docs

Plotly.NET.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ EndProject
3232
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".ci", ".ci", "{2461AFBF-6E10-4F7B-A0EA-3D62541C2EB1}"
3333
ProjectSection(SolutionItems) = preProject
3434
.github\workflows\build-and-deploy-docs.yml = .github\workflows\build-and-deploy-docs.yml
35-
.circleci\config.yml = .circleci\config.yml
35+
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
36+
.github\workflows\verify-docs.yml = .github\workflows\verify-docs.yml
3637
EndProjectSection
3738
EndProject
3839
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET.Interactive", "src\Plotly.NET.Interactive\Plotly.NET.Interactive.fsproj", "{0F135E3B-B0E1-42A9-B180-18C0221DC7B8}"

0 commit comments

Comments
 (0)