From 0edf590a923399786e8278bcaf852c9578380b3c Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sat, 8 Jul 2023 06:33:07 +0100 Subject: [PATCH] Extract GHPages artifact --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0417ff3a..e904723c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,6 +74,8 @@ jobs: with: name: site path: ./public + - name: Extract Github Pages artifact + run: tar - xf ./public.tar - name: Publish to IPFS id: Publish uses: aquiladev/ipfs-action@master