Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
tomveich committed Mar 19, 2024
1 parent f984c2a commit c3f1e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--baseURL "https://blog.oli.cx/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -69,7 +69,7 @@ jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: https://blog.oli.cx
runs-on: ubuntu-latest
needs: build
steps:
Expand Down
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = 'http://blog.oli.cx'
baseURL = 'https://blog.oli.cx/'
languageCode = 'en-us'
title = 'blog.oli.cx'

Expand Down

0 comments on commit c3f1e4a

Please sign in to comment.