Skip to content

Commit

Permalink
Merge pull request #1559 from ScilifelabDataCentre/DDS-2142-Technical…
Browse files Browse the repository at this point in the history
…-Overview-link-broken

Fix GitHub Actions to fix the links of the pdfs
  • Loading branch information
rv0lt authored Oct 9, 2024
2 parents 3414ef7 + 7e07a16 commit 7f3414d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_and_trivyscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: technical-overview-pdf
path: dds_web/static/dds-technical-overview.pdf
path: dds_web/static
- name: Download troubleshooting PDF
uses: actions/download-artifact@v4
with:
name: troubleshooting-pdf
path: dds_web/static/dds-troubleshooting.pdf
path: dds_web/static
- name: Docker metadata
id: meta
uses: docker/metadata-action@v5
Expand Down
4 changes: 4 additions & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,7 @@ _Nothing merged during this sprint_
# 2024-09-24 - 2024-10-04

- Add option to motd command for sending to unit users only([#1552](https://github.com/ScilifelabDataCentre/dds_web/pull/1552))

# 2024-10-07 - 2024-10-18

- Workflow bug fixed: PDFs (Technical Overview and Troubleshooting) were downloaded to incorrect directory([#1559](https://github.com/ScilifelabDataCentre/dds_web/pull/1559))

0 comments on commit 7f3414d

Please sign in to comment.