Skip to content

Commit a862155

Browse files
committed
modify url in pages.yml
1 parent 32ee46a commit a862155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
hugo \
5454
--gc --minify \
55-
--baseURL "${{ steps.pages.outputs.base_url }}/"
55+
--baseURL "https://edmontongo.org/"
5656
5757
- name: Upload artifact
5858
uses: actions/upload-pages-artifact@v3
@@ -64,7 +64,7 @@ jobs:
6464
needs: build
6565
environment:
6666
name: github-pages
67-
url: ${{ steps.deployment.outputs.page_url }}
67+
url: https://edmontongo.org/
6868
steps:
6969
- name: Deploy to GitHub Pages
7070
id: deployment

0 commit comments

Comments
 (0)