-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49004c1
commit 4b1afea
Showing
196 changed files
with
4,436 additions
and
1,290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
**/*.cast merge=ours linguist-generated=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
- prerelease | ||
|
||
permissions: | ||
contents: write | ||
|
@@ -22,7 +23,7 @@ jobs: | |
$ErrorActionPreference = "Stop" | ||
& .\PwshSpectreConsole\Build.ps1 | ||
Install-Module HelpOut -Scope CurrentUser -Force | ||
& .\PwshSpectreConsole.Docs\UpdateDocs.ps1 -NonInteractive | ||
& .\PwshSpectreConsole.Docs\UpdateDocs.ps1 -NonInteractive -Branch "${{ github.ref_name }}" | ||
git config --global user.name 'Shaun Lawrie (via GitHub Actions)' | ||
git config --global user.email '[email protected]' | ||
git add PwshSpectreConsole.Docs/src/content || true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,5 +47,5 @@ export default defineConfig({ | |
tailwind({ | ||
applyBaseStyles: false, | ||
}), | ||
], | ||
] | ||
}); |
Oops, something went wrong.