diff --git a/.github/workflows/dotnet-blazor-publish-example-to-gh-pages.yml b/.github/workflows/dotnet-blazor-publish-example-to-gh-pages.yml index 279cc7d8..cdb19b4e 100644 --- a/.github/workflows/dotnet-blazor-publish-example-to-gh-pages.yml +++ b/.github/workflows/dotnet-blazor-publish-example-to-gh-pages.yml @@ -63,5 +63,5 @@ jobs: # token: ${{ secrets.ACCESS_TOKEN }} # Use if custom token needed to another repo branch: ${{ env.GH_PAGES_BRANCH_NAME }} # The branch the action should deploy to. folder: ${{ env.GH_PAGES_WORKING_DIR }} # The folder the action should deploy. - #target-folder: blazorexample #If not specified, the contents for folder above is copied to the root of the GH pages branch. + #target-folder: app #If not specified, the contents for folder above is copied to the root of the GH pages branch. single-commit: true diff --git a/Examples/Screenshots/SkiaNative_Monitor.png b/Examples/Screenshots/SkiaNative_Monitor.png index e46ed065..31bb0541 100644 Binary files a/Examples/Screenshots/SkiaNative_Monitor.png and b/Examples/Screenshots/SkiaNative_Monitor.png differ diff --git a/Examples/Screenshots/SkiaWASM_C64.png b/Examples/Screenshots/SkiaWASM_C64.png index 57e5c23a..1087bdc5 100644 Binary files a/Examples/Screenshots/SkiaWASM_C64.png and b/Examples/Screenshots/SkiaWASM_C64.png differ diff --git a/Examples/Screenshots/SkiaWASM_C64_raster.png b/Examples/Screenshots/SkiaWASM_C64_raster.png index a6b5467b..c3b06805 100644 Binary files a/Examples/Screenshots/SkiaWASM_C64_raster.png and b/Examples/Screenshots/SkiaWASM_C64_raster.png differ diff --git a/Examples/Screenshots/SkiaWASM_Generic.png b/Examples/Screenshots/SkiaWASM_Generic.png index 3b5b55b3..90b257c0 100644 Binary files a/Examples/Screenshots/SkiaWASM_Generic.png and b/Examples/Screenshots/SkiaWASM_Generic.png differ diff --git a/Examples/Screenshots/SkiaWASM_Monitor.png b/Examples/Screenshots/SkiaWASM_Monitor.png index 44574c8d..643ae7dd 100644 Binary files a/Examples/Screenshots/SkiaWASM_Monitor.png and b/Examples/Screenshots/SkiaWASM_Monitor.png differ diff --git a/Highbyte.DotNet6502.App/APPS_SKIA_WASM.md b/Highbyte.DotNet6502.App/APPS_SKIA_WASM.md index bc7ac311..a5754adc 100644 --- a/Highbyte.DotNet6502.App/APPS_SKIA_WASM.md +++ b/Highbyte.DotNet6502.App/APPS_SKIA_WASM.md @@ -5,7 +5,7 @@ -A deployed version can be found here [https://highbyte.se/dotnet-6502/blazorexample](https://highbyte.se/dotnet-6502/blazorexample) +A deployed version can be found here [https://highbyte.se/dotnet-6502/app](https://highbyte.se/dotnet-6502/app) # Features A web app written in Blazor WASM (Web Assembly), using [```SkiaSharp.Views.Blazor```](https://www.nuget.org/packages/SkiaSharp.Views.Blazor) library to provide a Canvas for drawing on with main [```SkiaSharp```](https://www.nuget.org/packages/SkiaSharp) library. diff --git a/README.md b/README.md index fc4d43a4..0cc5980c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## A [6502 CPU](https://en.wikipedia.org/wiki/MOS_Technology_6502) emulator for .NET -[](https://highbyte.se/dotnet-6502/blazorexample) +[](https://highbyte.se/dotnet-6502/app) # Overview / purpose