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 436b585 commit 3ae11eaCopy full SHA for 3ae11ea
.github/workflows/main.yaml
@@ -49,4 +49,5 @@ jobs:
49
name: Publish artifact to https://amaranth-lang.org/play/
50
run: |
51
set -o pipefail
52
+ cd dist/
53
tar c * | zstd -T0 -1 | curl https://amaranth-lang.org/play/ -X PUT -H "Authorization: Pages ${{ secrets.GREBEDOC_TOKEN }}" -H "Content-Type: application/x-tar+zstd" -T -
0 commit comments