Merged with v2_develop

This commit is contained in:
Tig
2024-07-14 11:28:31 -06:00
113 changed files with 1185 additions and 978 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Setup Pages
if: github.ref_name == 'v1_release' || github.ref_name == 'v1_develop'
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Upload artifact
if: github.ref_name == 'v1_release' || github.ref_name == 'v1_develop'
@@ -49,7 +49,7 @@ jobs:
- name: v2_develop Repository Dispatch ${{ github.ref_name }}
if: github.ref_name == 'v2_develop'
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.V2DOCS_TOKEN }}
repository: gui-cs/Terminal.GuiV2Docs

View File

@@ -19,7 +19,7 @@ jobs:
fetch-depth: 0 # fetch-depth is needed for GitVersion
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0
uses: gittools/actions/gitversion/setup@v1
with:
versionSpec: '5.x'
includePrerelease: true