Skip to content

Commit

Permalink
update download url
Browse files Browse the repository at this point in the history
  • Loading branch information
thurber committed Feb 16, 2022
1 parent 6434a07 commit a492596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/02_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
working-directory: 'landing/'
env:
NODE_ENV: production
VITE_PDF_URL: ${{ fromJSON(steps.gh_release.outputs.assets)[0].browser_download_url }}
VITE_PDF_URL: https://github.com/IMMM-SFA/msd_uncertainty_ebook/releases/download/${{ steps.date.outputs.date }}v${{ github.run_number }}/addressinguncertaintyinmultisectordynamicsresearch.pdf
run: npm run build
- name: Commit documentation changes
run: |
Expand Down

0 comments on commit a492596

Please sign in to comment.