Skip to content

Commit fa29d3b

Browse files
committed
Merge branch 'main' of https://github.com/MrScautHD/Sparkle
2 parents 8d78912 + 203bcb7 commit fa29d3b

3 files changed

Lines changed: 36 additions & 36 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v4
2424
with:
25-
dotnet-version: 9.0.x
25+
dotnet-version: 10.0.x
2626

2727
# Restore dependencies
2828
- name: Restore dependencies
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup .NET
4949
uses: actions/setup-dotnet@v4
5050
with:
51-
dotnet-version: 9.0.x
51+
dotnet-version: 10.0.x
5252

5353
# Restore dependencies
5454
- name: Restore dependencies
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
2-
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
2+
#name: Deploy Jekyll with GitHub Pages dependencies preinstalled
33

4-
on:
4+
#on:
55
# Runs on pushes targeting the default branch
6-
push:
7-
branches: ["main"]
6+
#push:
7+
#branches: ["main"]
88

99
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
10-
permissions:
11-
contents: read
12-
pages: write
13-
id-token: write
10+
#permissions:
11+
#contents: read
12+
#pages: write
13+
#id-token: write
1414

1515
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1616
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
17-
concurrency:
18-
group: "pages"
19-
cancel-in-progress: false
17+
#concurrency:
18+
#group: "pages"
19+
#cancel-in-progress: false
2020

21-
jobs:
22-
publish-docs:
23-
environment:
24-
name: github-pages
25-
url: ${{ steps.deployment.outputs.page_url }}
26-
runs-on: ubuntu-latest
27-
steps:
28-
- name: Checkout
29-
uses: actions/checkout@v3
30-
- name: Dotnet Setup
31-
uses: actions/setup-dotnet@v3
32-
with:
33-
dotnet-version: 10.x
21+
#jobs:
22+
#publish-docs:
23+
#environment:
24+
#name: github-pages
25+
#url: ${{ steps.deployment.outputs.page_url }}
26+
#runs-on: ubuntu-latest
27+
#steps:
28+
#- name: Checkout
29+
# uses: actions/checkout@v3
30+
#- name: Dotnet Setup
31+
# uses: actions/setup-dotnet@v3
32+
# with:
33+
# dotnet-version: 10.x
3434

35-
- run: dotnet tool update -g docfx
36-
- run: docfx docs/docfx.json
35+
# - run: dotnet tool update -g docfx
36+
#- run: docfx docs/docfx.json
3737

38-
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v3
40-
with:
38+
#- name: Upload artifact
39+
# uses: actions/upload-pages-artifact@v3
40+
# with:
4141
# Upload entire repository
42-
path: 'docs/_site'
43-
- name: Deploy to GitHub Pages
44-
id: deployment
45-
uses: actions/deploy-pages@v4
42+
# path: 'docs/_site'
43+
# - name: Deploy to GitHub Pages
44+
# id: deployment
45+
# uses: actions/deploy-pages@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dotnet add package Sparkle --version [VERSION]
3434
---
3535

3636
# ⭐ Getting Started
37-
> Explore our [Documentation](https://github.com/MrScautHD/Sparkle/wiki/Getting-Started) to kick off smoothly.
37+
> Explore our [Documentation](https://mrscauthd.github.io/Bliss/) to kick off smoothly.
3838
3939
📚 Libraries - [Nuget](https://www.nuget.org/packages)
4040
======================================================

0 commit comments

Comments
 (0)