Skip to content

Commit

Permalink
reshuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoberry committed Nov 6, 2023
1 parent 70219be commit 2a5947d
Show file tree
Hide file tree
Showing 52 changed files with 3 additions and 98 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
$env:PQ_UICultureOverride = $culture
# Start Power BI Desktop in the appropriate culture
$pbixPath = Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath "pre-scripts\dox.pbix"
$pbixPath = Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath "process\dox.pbix"
Start-Process "C:\Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe" -ArgumentList $pbixPath
Start-Sleep -Seconds 60
Expand All @@ -34,7 +34,7 @@ jobs:
if ($msmdsrvPorts) {
# Process the database on the instance for the current culture
$port = $msmdsrvPorts[0].LocalPort
$outputJsonFile = Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath "pre-scripts\${culture}.json"
$outputJsonFile = Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath "process\shared\${culture}.json"
pwsh -File ./.github/scripts/generate-doc-output.ps1 -port $port -outputJsonFile $outputJsonFile
} else {
Write-Host "No msmdsrv.exe process found."
Expand All @@ -47,4 +47,5 @@ jobs:
uses: EndBug/add-and-commit@v9
with:
new_branch: docs-update
message: "Update localized docs"

96 changes: 0 additions & 96 deletions pre-scripts/pbi.yaml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2a5947d

Please sign in to comment.