From 80516ff155624619ed5c085dac4a3cf2a8d5d95c Mon Sep 17 00:00:00 2001 From: denseflux Date: Thu, 21 Dec 2023 11:53:36 +0000 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index ff27f05..0f7f65f 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -39,6 +39,12 @@ jobs: find: alnob.lnx.warwick.ac.uk replace: ${{github.repository_owner}}.github.io/${{github.event.repository.name}} regex: false + - name: find and replace + uses: jacobtomlinson/gha-find-replace@v3 + with: + find: "/api/files?item=" + replace: "/api/files/" + regex: false - name: Setup Pages uses: actions/configure-pages@v4 - name: Upload artifact