Skip to content

Commit 8ebff14

Browse files
authored
Merge pull request #3187 from adumesny/master
more doc tweaks
2 parents 7e1b07d + 54efe6d commit 8ebff14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
cache: 'yarn'
2626

2727
- name: Install main dependencies
28-
run: yarn install --frozen-lockfile
28+
run: yarn install
2929

3030
- name: Install Angular dependencies
3131
run: |
3232
cd angular
33-
yarn install --frozen-lockfile
33+
yarn install
3434
3535
- name: Build Angular library
3636
run: yarn build:ng

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
git archive master angular/doc | tar -xf -
8080
8181
# Add changes
82-
git add angular/doc
82+
git add -f angular/doc
8383
8484
- name: Commit and push changes
8585
if: steps.check-docs.outputs.main_docs == 'true' || steps.check-docs.outputs.angular_docs == 'true'

0 commit comments

Comments
 (0)