This commit is contained in:
parent
6edbab35b5
commit
3c3e84d146
@ -20,8 +20,11 @@ jobs:
|
||||
- name: Install Marp CLI
|
||||
run: npm install -g @marp-team/marp-cli
|
||||
|
||||
- name: Install chromium
|
||||
run: sudo apt-get install -y chromium-browser
|
||||
- name: Install chrome requirements
|
||||
run: apt update && apt install libnss3 libatk -y
|
||||
|
||||
- name: Setup Chrome
|
||||
uses: https://github.com/browser-actions/setup-chrome@v1
|
||||
|
||||
- name: Build PDF
|
||||
run: marp main.md --pdf
|
||||
|
13
main.md
13
main.md
@ -42,8 +42,19 @@ https://anyway.anydev.info/
|
||||

|
||||
|
||||
- **New trip**: The user can create a new trip by specifying the destination, the duration, and the budget.
|
||||
|
||||
---
|
||||
<!-- _paginate: hold -->
|
||||
# How it works
|
||||

|
||||
- **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
|
||||

|
||||
- **Your trip**: Consists of different activities that are displayed on a map. A route is generated to connect the activities.
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user