From 5e89562f159c4c27ee61abaff8d87b3e4aef632f Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Fri, 7 Jul 2023 12:25:10 +0100 Subject: [PATCH] Ensure Github Pages deploy has correct artefact --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e24d79ad..50ed44bd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,6 +63,8 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1 + with: + artifact_name: site ipfs-publish: runs-on: ubuntu-latest