Skip to content

Commit 8d4821a

Browse files
committed
Explicit urls
1 parent 5cd92c5 commit 8d4821a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/astro.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
- name: Build with Astro
5555
run: |
5656
pnpm astro build \
57-
--site "${{ steps.pages.outputs.origin }}" \
58-
--base "${{ steps.pages.outputs.base_path }}"
57+
--site "https://hylo-lang.org" \
58+
--base ""
5959
working-directory: ${{ env.BUILD_PATH }}
6060
- name: Upload artifact
6161
uses: actions/upload-pages-artifact@v3
@@ -65,7 +65,7 @@ jobs:
6565
deploy:
6666
environment:
6767
name: github-pages
68-
url: ${{ steps.deployment.outputs.page_url }}
68+
url: https://hylo-lang.org
6969
needs: build
7070
runs-on: ubuntu-latest
7171
name: Deploy

0 commit comments

Comments
 (0)