We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cd7ca commit 47b585cCopy full SHA for 47b585c
.github/workflows/pages.yml
@@ -65,7 +65,6 @@ jobs:
65
npm run package
66
cd dist
67
npm link
68
- cd ../..
69
70
- name: Build tip-of-tree blockly-keyboard-experimentation
71
run: |
@@ -75,7 +74,6 @@ jobs:
75
74
npm run ghpages
76
mkdir ../ghpages
77
cp -r build/* ../ghpages/
78
- cd ..
79
80
- name: Build add-screen-reader-support-experimental core Blockly
81
@@ -86,7 +84,6 @@ jobs:
86
84
87
85
88
89
90
91
- name: Build add-screen-reader-support-experimental blockly-keyboard-experimentation
92
@@ -96,7 +93,6 @@ jobs:
96
93
97
94
mkdir ../ghpages/screenreader
98
95
cp -r build/* ../ghpages/screenreader/
99
100
101
- name: Upload artifact
102
uses: actions/upload-pages-artifact@v3
0 commit comments