Skip to content

Commit

Permalink
Merge pull request #63 from textkernel/certifications
Browse files Browse the repository at this point in the history
Certifications in Skills Intelligence (v2)
  • Loading branch information
sovren-jwesson authored Jan 2, 2025
2 parents 3de21dc + b0a3d45 commit e468b96
Show file tree
Hide file tree
Showing 418 changed files with 7,639 additions and 3,486 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.x
- name: Setup DocFX
Expand All @@ -47,9 +47,9 @@ jobs:
continue-on-error: false
# upload the generated docs into an artifact that can be used by the job below
- name: Upload Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: site
name: site-${{ matrix.runs-on }}
path: docfx/_site

#the github-pages-deploy-action needs to run on ubuntu, so use upload/download artifact to generate on windows and publish on ubuntu
Expand All @@ -66,15 +66,16 @@ jobs:
id: extract_branch
# download the site files as an artifact
- name: Download Artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: site
path: site
pattern: site-*
# publish the generated docs into the /docs folder on a new commit in this branch
- name: Publish DocFX to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: ${{ steps.extract_branch.outputs.branch }}
folder: site #use the downloaded artifact name here
folder: site #use the downloaded artifact path here
target-folder: docs
git-config-name: Continuous Integration
git-config-email: devs@sovren.com
Expand All @@ -89,9 +90,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.x
dotnet-version: |
7.0.x
2.0.x
- name: Install dependencies
run: dotnet restore
working-directory: src/Textkernel.Tx.SDK
Expand All @@ -107,7 +110,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
- name: Create credentials file
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.x
dotnet-version: |
7.0.x
2.0.x
- name: Install dependencies
run: dotnet restore
working-directory: src/Textkernel.Tx.SDK
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.html → docs/site-/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1 id="tx-dotnet">tx-dotnet</h1>
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/textkernel/tx-dotnet/blob/7edfdfedc535c91404f70916139d557ef31e9136/docfx/index.md/#L1" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/textkernel/tx-dotnet/blob/f2b52c0185edfdd43423b20845840203ca62e830/docfx/index.md/#L1" class="contribution-link">Improve this Doc</a>
</li>
</ul>
</div>
Expand Down
File renamed without changes
Loading

0 comments on commit e468b96

Please sign in to comment.