Skip to content
Open
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
7 changes: 2 additions & 5 deletions .github/workflows/update-cdk-apis-and-cli-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
persist-credentials: false

# Angular CDK
- name: Create Branch
run: git checkout -b tmp-cdk-docs-update ${{ github.ref }}
- name: Generate CDK apis
run: node adev/scripts/update-cdk-apis/index.mjs
env:
Expand All @@ -60,10 +58,9 @@ jobs:
Updated Angular CDK api files.
# Angular CLI
- name: Create Branch
- name: Reset to current GitHub ref
run: |
git reset --hard HEAD
git checkout -b tmp-cli-docs-update ${{ github.ref }}
git reset --hard ${{ github.ref }}
- name: Generate CLI help
run: node adev/scripts/update-cli-help/index.mjs
env:
Expand Down
2 changes: 1 addition & 1 deletion adev/shared-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@webcontainer/api": "^1.1.8",
"diff": "~7.0.0",
"diff": "~8.0.0",
"emoji-regex": "~10.4.0",
"fflate": "^0.8.2",
"html-entities": "~2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"chokidar": "^4.0.0",
"convert-source-map": "^1.5.1",
"d3": "^7.0.0",
"diff": "^7.0.0",
"diff": "^8.0.0",
"domino": "https://github.com/angular/domino.git#93e720f143d0296dd2726ffbcf4fc12283363a7b",
"hammerjs": "~2.0.8",
"http-server": "^14.0.0",
Expand Down
Loading
Loading