File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed
Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,24 @@ jobs:
2525 url : ${{ steps.deployment.outputs.page_url }}
2626 runs-on : ubuntu-latest
2727 steps :
28- - name : Checkout
29- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
30- - name : Dotnet Setup
31- uses : actions/setup-dotnet@b2ace4b12f4cec1b96b6361ff2694ba9e931ceb4 # v3.3.1
32- with :
33- dotnet-version : 8.x
28+ - name : Checkout
29+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+ - name : Dotnet Setup
31+ uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
32+ with :
33+ dotnet-version : 8.x
3434
35- - run : dotnet tool update -g docfx --version 2.78.3
36- - run : docfx docs/docfx.json
35+ - run : dotnet tool update -g docfx --version 2.78.3
36+ - run : docfx docs/docfx.json
3737
38- - name : Setup Pages
39- uses : actions/configure-pages@b8130d9ab958b325bbde9786d62f2c97a9885a0e # v3.0.7
40- - name : Upload artifact
41- uses : actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2.0.0
42- with :
43- # Upload entire repository
44- path : ' docs/_site'
45- - name : Deploy to GitHub Pages
46- id : deployment
47- uses : actions/deploy-pages@de14547edc9944350dc0481aa5b7afb08e75f254 # v2.0.5
38+ - name : Setup Pages
39+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
40+ - name : Upload artifact
41+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
42+ with :
43+ # Upload entire repository
44+ path : " docs/_site"
45+ - name : Deploy to GitHub Pages
46+ id : deployment
47+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
48+
You can’t perform that action at this time.
0 commit comments