Skip to content

Commit

Permalink
chore: Update Doc Deployment for Angular 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjenni committed Aug 31, 2024
1 parent 80d14c7 commit 9d4c9c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
path: ng13
sparse-checkout: |
docs
- name: Checkout ng10
uses: actions/checkout@v4
with:
ref: angular/10.1.x
path: ng10
sparse-checkout: |
docs
- name: Build Documentation Structure
run: |
mkdir "docs"
Expand All @@ -51,6 +58,8 @@ jobs:
cp -R ng16/docs/bootstrap* "docs/ng16/"
mkdir "docs/ng13"
cp -R ng13/docs/bootstrap* "docs/ng13/"
mkdir "docs/ng10"
cp -R ng10/docs/bootstrap* "docs/ng10/"
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 9d4c9c0

Please sign in to comment.