This commit is contained in:
parent
6edbab35b5
commit
646fde7abd
@ -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
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.
|
- **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
|
||||||

|

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