Skip to content

Commit

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

0 comments on commit 8c76746

Please sign in to comment.