Skip to content

Commit c08b93f

Browse files
authored
Merge pull request #215 from MDA2AV/MDA2AV-patch-2
Update baseURL in deploy workflow
2 parents e5387bf + e4e77a6 commit c08b93f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
working-directory: site
3838
run: |
3939
hugo mod tidy
40-
hugo --minify --baseURL "https://MDA2AV.github.io/HttpArena/"
40+
hugo --minify --baseURL "http://www.http-arena.com"
4141
4242
- name: Upload artifact
4343
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)