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 c1d8725 commit af58686Copy full SHA for af58686
2 files changed
.github/workflows/firebase-hosting-pull-request.yml
@@ -21,4 +21,3 @@ jobs:
21
repoToken: '${{ secrets.GITHUB_TOKEN }}'
22
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_GCODE_PREVIEW }}'
23
projectId: gcode-preview
24
- channelId: '${{ github.event.pull_request.number }}-test-because-conflict'
demo/index.html
@@ -23,7 +23,6 @@
</head>
25
<body>
26
- <h1>Big change to preview!!</h1>
27
<canvas id="renderer" class="gcode-previewer"></canvas>
28
29
<div class="dnd">☝️ Drop a gcode file here to view it</div>
0 commit comments