Skip to content

Commit 3a2e82a

Browse files
committed
ci: update deployed page name
1 parent aa678db commit 3a2e82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# will obviously return error 404 not found.
4141
run: ./trunk build --release --public-url $public_url
4242
env:
43-
public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
43+
public_url: "https://dev.chester.wykies.com/${{ github.event.repository.name }}"
4444
- name: Deploy
4545
uses: JamesIves/github-pages-deploy-action@v4
4646
with:

0 commit comments

Comments
 (0)