Skip to content

Commit

Permalink
revert job
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanschaller committed Oct 10, 2024
1 parent ff28e17 commit 9b7c05f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
env:
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
HUGO_ENVIRONMENT: production
run: hugo --minify
run: |
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -62,7 +65,7 @@ jobs:
deploy:
environment:
name: github-pages
url: https://tappeddev.github.io/tapped-website/
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = "https://www.tapped.dev/"
baseURL = "https://tapped.dev/"
languageCode = "en-us"
theme = "raditian-free-hugo-theme-adjusted"

Expand Down

0 comments on commit 9b7c05f

Please sign in to comment.