Skip to content

Commit 47b585c

Browse files
committed
chore: Remove unnecessary change dirs.
1 parent c8cd7ca commit 47b585c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pages.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
npm run package
6666
cd dist
6767
npm link
68-
cd ../..
6968
7069
- name: Build tip-of-tree blockly-keyboard-experimentation
7170
run: |
@@ -75,7 +74,6 @@ jobs:
7574
npm run ghpages
7675
mkdir ../ghpages
7776
cp -r build/* ../ghpages/
78-
cd ..
7977
8078
- name: Build add-screen-reader-support-experimental core Blockly
8179
run: |
@@ -86,7 +84,6 @@ jobs:
8684
npm run package
8785
cd dist
8886
npm link
89-
cd ../..
9087
9188
- name: Build add-screen-reader-support-experimental blockly-keyboard-experimentation
9289
run: |
@@ -96,7 +93,6 @@ jobs:
9693
npm run ghpages
9794
mkdir ../ghpages/screenreader
9895
cp -r build/* ../ghpages/screenreader/
99-
cd ..
10096
10197
- name: Upload artifact
10298
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)