Skip to content

Commit

Permalink
Use microsoft pwsh 7.2 lts docker image for mkdocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
cksapp committed Nov 6, 2024
1 parent 1fa6297 commit f8c4cab
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/Build_DocsSite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
DeployDocs:
name: Build and deploy docs
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:lts-7.2-ubuntu-22.04
# Grant the minimum permissions necessary for this job to publish to GitHub Pages
permissions:
contents: write
Expand All @@ -31,11 +33,6 @@ jobs:
key: ${{ runner.os }}-mkdocs
path: .cache

- name: Setup PowerShell
uses: bjompen/UpdatePWSHAction@v1.0.0
with:
FixedVersion: '7.3.12'

- name: MkDocs GH-Deploy
if: github.ref == 'refs/heads/main'
shell: pwsh
Expand Down

0 comments on commit f8c4cab

Please sign in to comment.