We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63dcfa commit 0136d4aCopy full SHA for 0136d4a
1 file changed
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Build site
36
run: |
37
- opam exec -- dune exec -- sb --url "${{ steps.deployment.outputs.page_url }}" --title agle -o public
+ opam exec -- dune exec -- sb --url "https://agle.github.io" --title agle -o public
38
39
- name: Upload artifact
40
uses: actions/upload-pages-artifact@v3
0 commit comments