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 5cd92c5 commit 8d4821aCopy full SHA for 8d4821a
.github/workflows/astro.yml
@@ -54,8 +54,8 @@ jobs:
54
- name: Build with Astro
55
run: |
56
pnpm astro build \
57
- --site "${{ steps.pages.outputs.origin }}" \
58
- --base "${{ steps.pages.outputs.base_path }}"
+ --site "https://hylo-lang.org" \
+ --base ""
59
working-directory: ${{ env.BUILD_PATH }}
60
- name: Upload artifact
61
uses: actions/upload-pages-artifact@v3
@@ -65,7 +65,7 @@ jobs:
65
deploy:
66
environment:
67
name: github-pages
68
- url: ${{ steps.deployment.outputs.page_url }}
+ url: https://hylo-lang.org
69
needs: build
70
runs-on: ubuntu-latest
71
name: Deploy
0 commit comments