more pipeline fixes
Some checks failed
Build deck as pdf / build-pdf (push) Failing after 32s

This commit is contained in:
Remy Moll 2024-09-20 12:41:50 +02:00
parent 6edbab35b5
commit 646fde7abd
2 changed files with 17 additions and 3 deletions

View File

@ -20,8 +20,11 @@ jobs:
- name: Install Marp CLI - name: Install Marp CLI
run: npm install -g @marp-team/marp-cli run: npm install -g @marp-team/marp-cli
- name: Install chromium - name: Install chrome requirements
run: sudo apt-get install -y chromium-browser run: apt update && apt install libnss3 -y
- name: Setup Chrome
uses: https://github.com/browser-actions/setup-chrome@v1
- name: Build PDF - name: Build PDF
run: marp main.md --pdf run: marp main.md --pdf

13
main.md
View File

@ -42,8 +42,19 @@ https://anyway.anydev.info/
![bg left:50% 50%](img/screenshots/new_trip.png) ![bg left:50% 50%](img/screenshots/new_trip.png)
- **New trip**: The user can create a new trip by specifying the destination, the duration, and the budget. - **New trip**: The user can create a new trip by specifying the destination, the duration, and the budget.
--- ---
<!-- _paginate: hold --> <!-- _paginate: hold -->
# How it works # How it works
![bg left:50% 50%](img/screenshots/single_trip_map.png) ![bg left:50% 50%](img/screenshots/single_trip_map.png)
- **Your trip**: - **Your trip**: Consists of different activities that are displayed on a map. A route is generated to connect the activities.
---
<!-- _paginate: hold -->
# How it works
![bg left:50% 50%](img/screenshots/single_trip_map.png)
- **Your trip**: Consists of different activities that are displayed on a map. A route is generated to connect the activities.
---