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 aa678db commit 3a2e82aCopy full SHA for 3a2e82a
.github/workflows/pages.yml
@@ -40,7 +40,7 @@ jobs:
40
# will obviously return error 404 not found.
41
run: ./trunk build --release --public-url $public_url
42
env:
43
- public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
+ public_url: "https://dev.chester.wykies.com/${{ github.event.repository.name }}"
44
- name: Deploy
45
uses: JamesIves/github-pages-deploy-action@v4
46
with:
0 commit comments