diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5673afa..d6ddd37 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,7 +4,7 @@ name: Deploy Docs to GitHubPages on: # Runs on pushes targeting the default branch push: - branches: + branches: - "main" # Allows you to run this workflow manually from the Actions tab @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -37,7 +37,7 @@ jobs: run: ./Update-Docs.ps1 - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 @@ -46,7 +46,7 @@ jobs: destination: ./_site - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 # Deployment job deploy: @@ -58,4 +58,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v4 diff --git a/release-notes/wip-release-notes.md b/release-notes/wip-release-notes.md index c6fb491..ce1f912 100644 --- a/release-notes/wip-release-notes.md +++ b/release-notes/wip-release-notes.md @@ -25,6 +25,7 @@ Date: ??? - #164: Update pipeline. - #172: Drop support and package targeting for .NET 7.0. +- #179: Update github pages pipeline ### Dependencies