We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e3197 commit 9867430Copy full SHA for 9867430
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: conda install nbconvert -y
25
26
- name: Setup .NET
27
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v4
28
with:
29
dotnet-version: 6.x.x
30
@@ -35,7 +35,7 @@ jobs:
35
run: dotnet fornax build
36
37
- name: deploy
38
- uses: JamesIves/github-pages-deploy-action@4.7.3
+ uses: JamesIves/github-pages-deploy-action@v4.7.3
39
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
BRANCH: gh-pages # The branch the action should deploy to.
0 commit comments