Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
denseflux authored Dec 21, 2023
1 parent 2cf8daf commit 80516ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80516ff

Please sign in to comment.