From b0473361a280fbc0e2519da95a12c65cc6405935 Mon Sep 17 00:00:00 2001 From: MarkStega Date: Wed, 12 Apr 2023 16:15:34 -0400 Subject: [PATCH] Repair YAML for the new GH page deployment (#895) --- .github/workflows/GithubActionsRelease.yml | 4 +- .github/workflows/GithubActionsWIP.yml | 6 +-- articles/ReleaseNotes.md | 46 +++++++++++++++++++++- 3 files changed, 50 insertions(+), 6 deletions(-) diff --git a/.github/workflows/GithubActionsRelease.yml b/.github/workflows/GithubActionsRelease.yml index b227edd6a..06cb6a4f6 100644 --- a/.github/workflows/GithubActionsRelease.yml +++ b/.github/workflows/GithubActionsRelease.yml @@ -167,7 +167,7 @@ jobs: mv siteDocFx deployroot/docs - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.4.1 + uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{secrets.GH_PAT}} branch: gh-pages @@ -301,7 +301,7 @@ jobs: base_href: '/Material.Blazor.MD3/' - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.4.1 + uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{secrets.GH_PAT}} branch: gh-pages diff --git a/.github/workflows/GithubActionsWIP.yml b/.github/workflows/GithubActionsWIP.yml index 9b4511e82..bdf0ee9c6 100644 --- a/.github/workflows/GithubActionsWIP.yml +++ b/.github/workflows/GithubActionsWIP.yml @@ -206,7 +206,7 @@ jobs: # this step deploys to the current repo's gh-pages branch - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.4.1 + uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{secrets.GH_PAT}} branch: gh-pages @@ -459,7 +459,7 @@ jobs: # # this step deploys to the current repo's gh-pages branch # - name: Deploy 🚀 - # uses: JamesIves/github-pages-deploy-action@4.4.1 + # uses: JamesIves/github-pages-deploy-action@v4 # with: # token: ${{secrets.GH_PAT}} # branch: gh-pages @@ -500,7 +500,7 @@ jobs: # this step deploys to Material-Blazor/Material.Blazor.Current when we are in the main repo - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.4.1 + uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{secrets.GH_PAT}} branch: gh-pages diff --git a/articles/ReleaseNotes.md b/articles/ReleaseNotes.md index e3c22cdd4..471db31b1 100644 --- a/articles/ReleaseNotes.md +++ b/articles/ReleaseNotes.md @@ -4,7 +4,29 @@ title: ReleaseNotes --- # Release Notes -#### [4.0.0-preview.16](https://github.com/Material-Blazor/Material.Blazor/tree/4.0.0-preview.16) +#### [4.0.0-preview.18](https://github.com/Material-Blazor/Material.Blazor/tree/4.0.0-preview.16) + +Released 2023-??-?? + +**Updates** +- Dependabot updates, migrate MD3 projects to .Net 8 Preview 3 + +**New components** + +**Breaking Changes** + +**Deprecated Components** + +**Known issues** +- Nuget does not know how to handle the mixed +DN7 and DN8 environment. The easiest solution +is to update with 'prerelease' not selected +and then to copy the DN8 references from the +DN8 branch (MD3 projects only). + +
+ +#### [4.0.0-preview.17](https://github.com/Material-Blazor/Material.Blazor/tree/4.0.0-preview.16) Released 2023-04-12 @@ -26,6 +48,28 @@ DN8 branch (MD3 projects only).
+#### [4.0.0-preview.16](https://github.com/Material-Blazor/Material.Blazor/tree/4.0.0-preview.16) + +Released 2023-03-15 + +**Updates** +- Dependabot updates, migrate MD3 projects to .Net 8 Preview 2 + +**New components** + +**Breaking Changes** + +**Deprecated Components** + +**Known issues** +- Nuget does not know how to handle the mixed +DN7 and DN8 environment. The easiest solution +is to update with 'prerelease' not selected +and then to copy the DN8 references from the +DN8 branch (MD3 projects only). + +
+ #### [4.0.0-preview.15](https://github.com/Material-Blazor/Material.Blazor/tree/4.0.0-preview.15) Released 2023-02-17