Skip to content

Commit

Permalink
Repair YAML for the new GH page deployment (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkStega authored Apr 12, 2023
1 parent 479795c commit b047336
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GithubActionsRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/GithubActionsWIP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
46 changes: 45 additions & 1 deletion articles/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<br />

#### [4.0.0-preview.17](https://github.com/Material-Blazor/Material.Blazor/tree/4.0.0-preview.16)

Released 2023-04-12

Expand All @@ -26,6 +48,28 @@ DN8 branch (MD3 projects only).

<br />

#### [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).

<br />

#### [4.0.0-preview.15](https://github.com/Material-Blazor/Material.Blazor/tree/4.0.0-preview.15)

Released 2023-02-17
Expand Down

0 comments on commit b047336

Please sign in to comment.