Skip to content

Commit d9c941d

Browse files
Merge pull request #180 from Stravaig-Projects/#179/update-workflow
#179/update workflow
2 parents 9d03110 + fb2b3eb commit d9c941d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy Docs to GitHubPages
44
on:
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
@@ -28,7 +28,7 @@ jobs:
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

@@ -37,7 +37,7 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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:
@@ -58,4 +58,4 @@ jobs:
5858
steps:
5959
- name: Deploy to GitHub Pages
6060
id: deployment
61-
uses: actions/deploy-pages@v2
61+
uses: actions/deploy-pages@v4

release-notes/wip-release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)