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 6ac181e commit 1632bebCopy full SHA for 1632beb
.github/workflows/static.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install dependencies
41
run: make setup
42
- name: Build Academy
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 }}
+ 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
- name: Upload artifact
45
uses: actions/upload-pages-artifact@v3
46
with:
0 commit comments