Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 1 addition & 23 deletions .github/workflows/main-publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,14 @@ on:
paths:
- 'src/**'
- '!src/**/*.md'
- '!src/**/*.json'

jobs:
# This job will build and run the tests for the project
build:
name: Build and Test
runs-on: ubuntu-latest

# These permissions are required to restore from GitHub Packages
permissions:
contents: read
packages: read

# The matrix strategy allows you to run the same steps on multiple operating systems
# The library should be compatible with all the operating systems in the matrix
strategy:
Expand Down Expand Up @@ -63,15 +59,6 @@ jobs:
with:
fetch-depth: 0

# Configure NuGet to use GitHub Packages as a source
- name: Configure NuGet for GitHub Packages
run: |
dotnet nuget add source https://nuget.pkg.github.com/scottoffen/index.json \
--name GitHub \
--username ${{ github.actor }} \
--password ${{ secrets.GITHUB_TOKEN }} \
--store-password-in-clear-text

# Restores the dependencies for the project
- name: Restore Dependencies
run: dotnet restore ./src/PipeForge
Expand Down Expand Up @@ -124,15 +111,6 @@ jobs:
with:
fetch-depth: 0

# Configure NuGet to use GitHub Packages as a source
- name: Configure NuGet for GitHub Packages
run: |
dotnet nuget add source https://nuget.pkg.github.com/scottoffen/index.json \
--name GitHub \
--username ${{ github.actor }} \
--password ${{ secrets.GITHUB_TOKEN }} \
--store-password-in-clear-text

# Restores the dependencies for the project
- name: Restore Dependencies
run: dotnet restore ./src/PipeForge
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Community feedback is used to inform the direction of the project, and we absolu

# How To Get Help

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.
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.

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

# Documentation Changes

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.
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.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ pwsh ./test-coverage.ps1

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

## License

Expand Down
12 changes: 0 additions & 12 deletions docs/blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions docs/blog/2019-05-29-long-blog-post.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
29 changes: 0 additions & 29 deletions docs/blog/2021-08-26-welcome/index.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/blog/authors.yml

This file was deleted.

19 changes: 0 additions & 19 deletions docs/blog/tags.yml

This file was deleted.

Binary file removed docs/static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file removed docs/static/img/docusaurus.png
Binary file not shown.
Loading