Skip to content

Commit

Permalink
NPM should use Docsy from PR or Push repo + SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jan 12, 2024
1 parent 45847d2 commit 73a8700
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
- run: tools/install-hugo.sh
shell: bash
- name: Make site
env:
BRANCH: ${{ github.ref_name }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
run: |
mkdir tmp && cd tmp
../tools/make-site.sh
mkdir tmp && cd tmp && set -x
../tools/make-site.sh -p $REPO -v $SHA
shell: bash

0 comments on commit 73a8700

Please sign in to comment.