File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Deploy Docs to GitHubPages
44on :
55 # Runs on pushes targeting the default branch
66 push :
7- branches :
7+ branches :
88 - " main"
99
1010 # Allows you to run this workflow manually from the Actions tab
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v3
31+ uses : actions/checkout@v4
3232 with :
3333 fetch-depth : 0
3434
3737 run : ./Update-Docs.ps1
3838
3939 - name : Setup Pages
40- uses : actions/configure-pages@v3
40+ uses : actions/configure-pages@v5
4141
4242 - name : Build with Jekyll
4343 uses : actions/jekyll-build-pages@v1
4646 destination : ./_site
4747
4848 - name : Upload artifact
49- uses : actions/upload-pages-artifact@v1
49+ uses : actions/upload-pages-artifact@v3
5050
5151 # Deployment job
5252 deploy :
5858 steps :
5959 - name : Deploy to GitHub Pages
6060 id : deployment
61- uses : actions/deploy-pages@v2
61+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Date: ???
2525
2626- #164 : Update pipeline.
2727- #172 : Drop support and package targeting for .NET 7.0.
28+ - #179 : Update github pages pipeline
2829
2930### Dependencies
3031
You can’t perform that action at this time.
0 commit comments