We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0a98d commit 0c45bceCopy full SHA for 0c45bce
.github/workflows/hugo.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
hugo \
57
--minify \
58
- --baseURL "https://pets-lecture.github.io"
+ --baseURL "${{ steps.pages.outputs.base_url }}/"
59
- name: Upload artifact
60
uses: actions/upload-pages-artifact@v3
61
with:
@@ -65,8 +65,7 @@ jobs:
65
deploy:
66
environment:
67
name: github-pages
68
- #url: ${{ steps.deployment.outputs.page_url }}
69
- url: https://pets-lecture.github.io
+ url: ${{ steps.deployment.outputs.page_url }}
70
runs-on: ubuntu-latest
71
needs: build
72
steps:
0 commit comments