-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removing blockly * removing azure iot, blocks * fix paths * more removals * updated yarn.lock * refresh build script * remove vega * removed vega * typo
- Loading branch information
Showing
120 changed files
with
105 additions
and
13,639 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,35 @@ | ||
name: Build | ||
on: | ||
push: | ||
workflow_dispatch: | ||
push: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node-version: [14.x] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: recursive | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- uses: bahmutov/npm-install@v1 | ||
- run: yarn builddocsts | ||
- run: yarn distdocs | ||
env: | ||
GATSBY_GITHUB_REPOSITORY: ${{ github.repository }} | ||
GATSBY_GITHUB_REF: ${{ github.ref }} | ||
GATSBY_GITHUB_SHA: ${{ github.sha }} | ||
NODE_OPTIONS: --max-old-space-size=4096 | ||
- name: github pages | ||
uses: peaceiris/actions-gh-pages@v3 | ||
if: ${{ github.ref == 'refs/heads/main' }} | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./public | ||
force_orphan: true | ||
build: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node-version: [14.x] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
cache: "yarn" | ||
- run: yarn install --frozen-lockfile | ||
- run: yarn builddocsts | ||
- run: yarn distdocs | ||
env: | ||
GATSBY_GITHUB_REPOSITORY: ${{ github.repository }} | ||
GATSBY_GITHUB_REF: ${{ github.ref }} | ||
GATSBY_GITHUB_SHA: ${{ github.sha }} | ||
NODE_OPTIONS: --max-old-space-size=4096 | ||
- name: github pages | ||
uses: peaceiris/actions-gh-pages@v3 | ||
if: ${{ github.ref == 'refs/heads/main' }} | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./public | ||
force_orphan: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,6 @@ | |
}, | ||
"cSpell.words": [ | ||
"Blinky", | ||
"blockly", | ||
"bootloader", | ||
"bytecode", | ||
"clsx", | ||
|
Submodule jacdac-ts
updated
5 files
+1 −1 | jacdac-spec | |
+1 −1 | package.json | |
+0 −146 | src/servers/azureiothubconfigurationserver.ts | |
+0 −1 | src/servers/jacdac-servers.ts | |
+0 −8 | src/servers/servers.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule pxt-jacdac
updated
103 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.