Skip to content

Commit

Permalink
revert deployment job changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sberoch committed Jul 23, 2024
1 parent 3efd1e3 commit bdddf81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
node_modules/.bin/hugo/hugo \
--minify \
--environment staging \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--baseURL "${{ steps.pages.outputs.base_url }}score.dev/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./public
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}/score.dev
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit bdddf81

Please sign in to comment.