File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
- name : Install dependencies
41
41
run : make setup
42
42
- name : Build Academy
43
- run : make build-preview
43
+ run : make build-preview $BASEURL=https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview-${{ github.event.pull_request.number || github.run_id }}
44
44
- name : Upload artifact
45
45
uses : actions/upload-pages-artifact@v3
46
46
with :
58
58
🚀 **Preview deployment for PR #${{ github.event.pull_request.number }}**
59
59
60
60
📖 Preview: ${{ steps.deployment.outputs.page_url }}
61
- 🌐 Alternative URL: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/
61
+ 🌐 PR URL: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview-${{ github.event.pull_request.number || github.run_id }}
62
62
63
63
> Environment: `pr-preview-${{ github.event.pull_request.number }}`
64
64
You can’t perform that action at this time.
0 commit comments