diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index d950648..618f47c 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -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: @@ -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: diff --git a/hugo.toml b/hugo.toml index 988a20f..7c20ca0 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'http://blog.oli.cx' +baseURL = 'https://blog.oli.cx/' languageCode = 'en-us' title = 'blog.oli.cx'