Skip to content

Commit

Permalink
add first version of the ir-lab guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Apr 26, 2024
1 parent a5a965e commit f6afbd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
# run: yarn test
- name: 🏗️ Build dashboard web app
working-directory: dashboard
run: yarn build
run: |
yarn build
cp src/resources/ir-lab-guidelines-sose-2024.pdf dist/
- name: 📤 Upload web app artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
Binary file not shown.

0 comments on commit f6afbd0

Please sign in to comment.