Skip to content

Commit 73a8700

Browse files
committed
NPM should use Docsy from PR or Push repo + SHA
1 parent 45847d2 commit 73a8700

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/smoke.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ jobs:
2121
- run: tools/install-hugo.sh
2222
shell: bash
2323
- name: Make site
24+
env:
25+
BRANCH: ${{ github.ref_name }}
26+
REPO: ${{ github.repository }}
27+
SHA: ${{ github.sha }}
2428
run: |
25-
mkdir tmp && cd tmp
26-
../tools/make-site.sh
29+
mkdir tmp && cd tmp && set -x
30+
../tools/make-site.sh -p $REPO -v $SHA
2731
shell: bash

0 commit comments

Comments
 (0)