Skip to content

Commit b71603e

Browse files
authored
Update Documentation and Testing (#33)
1 parent 82a30c0 commit b71603e

17 files changed

Lines changed: 26 additions & 563 deletions

.github/workflows/main-publish-release.yaml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,14 @@ on:
2424
paths:
2525
- 'src/**'
2626
- '!src/**/*.md'
27+
- '!src/**/*.json'
2728

2829
jobs:
2930
# This job will build and run the tests for the project
3031
build:
3132
name: Build and Test
3233
runs-on: ubuntu-latest
3334

34-
# These permissions are required to restore from GitHub Packages
35-
permissions:
36-
contents: read
37-
packages: read
38-
3935
# The matrix strategy allows you to run the same steps on multiple operating systems
4036
# The library should be compatible with all the operating systems in the matrix
4137
strategy:
@@ -63,15 +59,6 @@ jobs:
6359
with:
6460
fetch-depth: 0
6561

66-
# Configure NuGet to use GitHub Packages as a source
67-
- name: Configure NuGet for GitHub Packages
68-
run: |
69-
dotnet nuget add source https://nuget.pkg.github.com/scottoffen/index.json \
70-
--name GitHub \
71-
--username ${{ github.actor }} \
72-
--password ${{ secrets.GITHUB_TOKEN }} \
73-
--store-password-in-clear-text
74-
7562
# Restores the dependencies for the project
7663
- name: Restore Dependencies
7764
run: dotnet restore ./src/PipeForge
@@ -124,15 +111,6 @@ jobs:
124111
with:
125112
fetch-depth: 0
126113

127-
# Configure NuGet to use GitHub Packages as a source
128-
- name: Configure NuGet for GitHub Packages
129-
run: |
130-
dotnet nuget add source https://nuget.pkg.github.com/scottoffen/index.json \
131-
--name GitHub \
132-
--username ${{ github.actor }} \
133-
--password ${{ secrets.GITHUB_TOKEN }} \
134-
--store-password-in-clear-text
135-
136114
# Restores the dependencies for the project
137115
- name: Restore Dependencies
138116
run: dotnet restore ./src/PipeForge

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Community feedback is used to inform the direction of the project, and we absolu
44

55
# How To Get Help
66

7-
A lot of issues that were created in previous versions of PipeForge were not bugs or feature requests, they were questions or discussions - most of which could be (and were) answered by anyone in the community; they're not exclusive to the maintainers. For feedback like this, there are several places where people can get all kinds of help, and we would encourage you to use them first.
7+
Issues are often created that are not bugs or feature requests, but rather questions or discussions - many of which could be answered by anyone in the community; they're not exclusive to the maintainers. For feedback like this, there are several places where people can get all kinds of help, and we would encourage you to use them first.
88

99
- Consult the [official documentation](https://scottoffen.github.io/PipeForge).
1010
- Engage in our [community discussions](https://github.com/scottoffen/PipeForge/discussions).
@@ -72,4 +72,4 @@ Sometimes, your editor may completely reformat a file when you save it, making n
7272

7373
# Documentation Changes
7474

75-
Having excellent documentation is crucial to the success of PipeForge. Documentation for PipeForge is written using [Docusaurus](https://docusaurus.io/), lives in [docs folder](./docs/). Your contribution of clear, concise and accurate documentation is appreciated.
75+
Having excellent documentation is crucial to the success of PipeForge. Documentation for PipeForge is written using [Docusaurus](https://docusaurus.io/), and lives in [docs folder](./docs/). Your contribution of clear, concise and accurate documentation is appreciated.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ pwsh ./test-coverage.ps1
5656

5757
> [!NOTE]
5858
> This is a [Powershell](https://learn.microsoft.com/en-us/powershell/) script. You must have Powershell installed to run this command.
59-
> The command depends on the global installation of the dotnet tool [ReportGenerator](https://www.nuget.org/packages/ReportGenerator).
6059
6160
## License
6261

docs/blog/2019-05-28-first-blog-post.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/blog/2019-05-29-long-blog-post.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/blog/2021-08-01-mdx-blog-post.mdx

Lines changed: 0 additions & 24 deletions
This file was deleted.
-93.9 KB
Binary file not shown.

docs/blog/2021-08-26-welcome/index.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/blog/authors.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/blog/tags.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)