Skip to content

Commit

Permalink
Update DeployReferenceDocumentation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk authored Dec 12, 2023
1 parent ff5488f commit 8cceea7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/DeployReferenceDocumentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

defaults:
run:
shell: pwsh
shell: powershell

env:
ALGoOrgSettings: ${{ vars.ALGoOrgSettings }}
Expand All @@ -32,21 +32,21 @@ jobs:
id: init
uses: freddydk/AL-Go/Actions/WorkflowInitialize@aldocbug
with:
shell: pwsh
shell: powershell
eventId: "DO0097"

- name: Read settings
uses: freddydk/AL-Go/Actions/ReadSettings@aldocbug
with:
shell: pwsh
shell: powershell

- name: Determine Deployment Environments
id: DetermineDeploymentEnvironments
uses: freddydk/AL-Go/Actions/DetermineDeploymentEnvironments@aldocbug
env:
GITHUB_TOKEN: ${{ github.token }}
with:
shell: pwsh
shell: powershell
getEnvironments: 'github-pages'
type: 'Publish'

Expand All @@ -57,7 +57,7 @@ jobs:
- name: Build Reference Documentation
uses: freddydk/AL-Go/Actions/BuildReferenceDocumentation@aldocbug
with:
shell: pwsh
shell: powershell
artifacts: 'latest'

- name: Upload pages artifact
Expand Down

0 comments on commit 8cceea7

Please sign in to comment.