Skip to content

Commit c2fdfa4

Browse files
authored
Merge pull request #187 from alan-turing-institute/base_url
Add base URL env variable for build
2 parents 9722b1c + abccc1c commit c2fdfa4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- main
1010
workflow_dispatch:
1111

12+
env:
13+
BASE_URL: /${{ github.event.repository.name }}
14+
1215
permissions:
1316
contents: read
1417
pages: write

0 commit comments

Comments
 (0)