Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 0 additions & 79 deletions .github/workflows/compile-bicep-arm-targeted.yml

This file was deleted.

19 changes: 12 additions & 7 deletions .github/workflows/psdocs-mdtogit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ env:
# github_pr_repo: ${{ github.event.pull_request.head.repo.full_name }}

permissions:
actions: read
checks: read
contents: write
deployments: read
pull-requests: read
statuses: read

jobs:
arm_docs:
Expand All @@ -42,12 +47,12 @@ jobs:
- name: Show env
run: env | sort

# - name: Check out PR
# run: |
# echo "==> Check out PR..."
# gh pr checkout "$github_pr_number"
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check out PR
run: |
echo "==> Check out PR..."
gh pr checkout "$github_pr_number"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Configure local git
run: |
echo "git user name : $github_user_name"
Expand Down Expand Up @@ -130,6 +135,6 @@ jobs:
git commit --message "$github_commit_message [$GITHUB_ACTOR/${GITHUB_SHA::8}]"
echo "==> Push changes..."
echo "Pushing changes to: $main"
git push "https://$GITHUB_TOKEN@github.com/Azure/avdaccelerator/tree/main"
git push "https://$GITHUB_TOKEN@github.com/Azure/avdaccelerator/tree/doc-updates"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion workload/bicep/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Full Parameter Details

A full list of parameter details can be found for the relevant deployment type here:
- [Deploy AVD Baseline](../docs/autoGenerated/deploy-baseline.bicep.md.md)
- [Deploy AVD Baseline](../docs/autoGenerated/deploy-baseline.bicep.md)
- [Deploy AVD Custom Image Baseline](../docs/autoGenerated/deploy-custom-image.bicep.md)

### Azure CLI
Expand Down
Loading
Loading