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 8725d83 commit 9ac92c7Copy full SHA for 9ac92c7
.github/workflows/main.yaml
@@ -20,7 +20,8 @@ jobs:
20
run: |
21
npm ci
22
npm run minify
23
- - name: Upload website to Grebedoc
+ - if: ${{ github.repository == 'GlasgowEmbedded/webusb' && github.event.ref == 'refs/heads/main' }}
24
+ name: Upload website to Grebedoc
25
26
set -o pipefail
27
tar -C dist -c . | zstd -T0 -1 | curl https://webusb.glasgow-embedded.org/ -X PUT -H "Authorization: Pages ${{ secrets.GREBEDOC_TOKEN }}" -H "Content-Type: application/x-tar+zstd" -T -
0 commit comments