Skip to content

Commit 1226036

Browse files
Remove legacy content from deployments
Resolves #109
1 parent bf6573a commit 1226036

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@ jobs:
3939
sudo rm -rf /usr/local/share $AGENT_TOOLSDIRECTORY
4040
df -h .
4141
42-
- name: Checkout legacy content branch
43-
uses: actions/checkout@v3
44-
with:
45-
ref: legacy-content
46-
path: legacy
47-
48-
- name: Merge legacy into dev _web
49-
run: |
50-
rsync -a --remove-source-files legacy/ _web/
51-
5242
- name: deploy
5343
uses: peaceiris/actions-gh-pages@v3
5444
with:

.github/workflows/publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@ jobs:
3939
sudo rm -rf /usr/local/share $AGENT_TOOLSDIRECTORY
4040
df -h .
4141
42-
- name: Checkout legacy content branch
43-
uses: actions/checkout@v3
44-
with:
45-
ref: legacy-content
46-
path: legacy
47-
48-
- name: Merge legacy into dev _web
49-
run: |
50-
rsync -a --remove-source-files legacy/ _web/
51-
5242
- name: deploy
5343
uses: peaceiris/actions-gh-pages@v3
5444
with:

0 commit comments

Comments
 (0)