Skip to content

Commit 0b4097a

Browse files
committed
update deploy-pages.yml to clone from translated_xmls
clone into the xml directory and run yarn json etc to generate the files
1 parent 851b85c commit 0b4097a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
sudo apt-get install -y texlive texlive-fonts-extra latexmk
3131
- name: Fetch Yarn dependencies
3232
run: yarn install
33+
- name: Clone translated_xmls
34+
run: |
35+
git clone -b translated_xmls https://github.com/source-academy/sicp.git translated_xmls
36+
mv translated_xmls/* xml/
37+
rm -r translated_xmls
3338
- name: Build
3439
run: |
3540
set -euxo pipefail

0 commit comments

Comments
 (0)