mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
netlify.yaml: remember to unpack spec
This commit is contained in:
parent
5bd103be49
commit
5be335e01b
3
.github/workflows/netlify.yaml
vendored
3
.github/workflows/netlify.yaml
vendored
|
|
@ -29,6 +29,9 @@ jobs:
|
|||
run_id: ${{ github.event.workflow_run.id }}
|
||||
name: spec-artifact
|
||||
|
||||
- name: "📦 Extract Artifacts"
|
||||
run: tar -xzvf spec.tar.gz && rm spec.tar.gz
|
||||
|
||||
- name: "📤 Deploy to Netlify"
|
||||
id: netlify
|
||||
# v1.2.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue