Skip to content

Commit

Permalink
Merge pull request #467 from nordic-rse/radovan/preview
Browse files Browse the repository at this point in the history
reuse variable in github action
  • Loading branch information
rkdarst authored Aug 30, 2024
2 parents 413089e + 362b89a commit cd1b96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
| sudo tar xzf - -C /usr/local/bin
- name: Generate HTML
run: zola build --base-url "https://nordic-rse.org/previews/PR${{ github.event.number }}"
run: zola build --base-url "https://${{ env.CNAME }}/previews/PR${{ github.event.number }}"

- name: Deploy website
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down

0 comments on commit cd1b96b

Please sign in to comment.